상속: System.Reflection.CustomAttributeData
예제 #1
0
 public override IList <CustomAttributeData> GetCustomAttributesData()
 {
     return(RuntimeCustomAttributeData.GetCustomAttributesInternal(this));
 }