[MyAttribute("str1")] class X {}
Mono.Cecil.CustomAttribute.Fields的实例是空的.
the instance of Mono.Cecil.CustomAttribute.Fields is empty
当使用构造函数的参数用于自定义属性时,您正在使用的是查找字段.所以你要找的是:
type.CustomAttributes[0].ConstructorArguments[0].Value