Example #1
0
 internal override IList <CustomAttributeData> GetCustomAttributesData(Type attributeType)
 {
     return(ctor.GetCustomAttributesData(attributeType));
 }