Ejemplo n.º 1
0
 public static ConstructorInfo Constructor(this CustomAttributeData attributeData)
 {
     return(OnAttributes.ConstructorInfo(attributeData));
 }
Ejemplo n.º 2
0
 public static IEnumerable <CustomAttributeData> CustomAttributes(this MemberInfo memberInfo)
 {
     return(OnAttributes.GetCustomAttributesData(memberInfo));
 }