Inheritance: System.Reflection.CustomAttributeData
Ejemplo n.º 1
0
 public override IList <CustomAttributeData> GetCustomAttributesData()
 {
     return(RuntimeCustomAttributeData.GetCustomAttributesInternal(this));
 }