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