Remove outdated comment.

上级 860a48f4
......@@ -1155,7 +1155,6 @@ internal bool HasIsByRefLikeAttribute(EntityHandle token)
var numNamed = sigReader.ReadUInt16();
for (int i = 0; i < numNamed; i++)
{
// typeCode of the value is checked by the decoder itself
var ((name, value), isProperty, typeCode, elementTypeCode) = attributeArgumentDecoder.DecodeCustomAttributeNamedArgumentOrThrow(ref sigReader);
if (typeCode != SerializationTypeCode.SZArray || elementTypeCode != SerializationTypeCode.Type)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册