Inheritance: System.Reflection.CustomAttributeData
コード例 #1
0
ファイル: RuntimeType.cs プロジェクト: mikem8361/runtime
 public override IList <CustomAttributeData> GetCustomAttributesData()
 {
     return(RuntimeCustomAttributeData.GetCustomAttributesInternal(this));
 }