IEnumerable <IAttribute> ITypeParameter.GetAttributes() => baseType.GetAttributes();
예제 #2
0
 public override IEnumerable <IAttribute> GetAttributes() => baseTp.GetAttributes();