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