public static IList <CustomAttributeData> __GetCustomAttributes(Module module, Type attributeType, bool inherit) { return(module.GetCustomAttributesData(attributeType)); }
public static IList<CustomAttributeData> __GetCustomAttributes(Module module, Type attributeType, bool inherit) { return module.GetCustomAttributesData(attributeType); }
public static IList <CustomAttributeData> GetCustomAttributes(Module module) { return(module.GetCustomAttributesData(null)); }
public static IList<CustomAttributeData> GetCustomAttributes(Module module) { return module.GetCustomAttributesData(null); }