标签: .net reflection attributes custom-attributes
我使用Inherited = true和AllowMultiple = true创建了自定义属性。然后我使用GetCustomAttributes方法检索自定义属性,包括继承属性。
Inherited = true
AllowMultiple = true
GetCustomAttributes
我的问题是:在迭代GetCustomAttributes找到的自定义属性数组时,是否可以知道特定属性实例是继承的还是类型“直接”属性?