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