예제 #1
0
 public override ImmutableArray <CSharpAttributeData> GetAttributes()
 {
     return(_underlyingTypeParameter.GetAttributes());
 }
예제 #2
0
 public override ImmutableArray <CSharpAttributeData> GetAttributes()
 {
     return(_substitutedFrom.GetAttributes());
 }