AttributesUtil public static class AttributesUtil Documentation Code public static T GetAttribute<T>(this Type type) where T : Attribute public static T GetAttribute<T>(this MemberInfo member) where T : Attribute public static IEnumerable<T> GetAttributes<T>(this Type type) where T : Attribute public static IEnumerable<T> GetAttributes<T>(this MemberInfo member) where T : Attribute public static AttributeUsageAttribute GetAttributeUsage(this Type attributeType) public static T GetTypeAttribute<T>(this Type type) where T : Attribute public static T[] GetTypeAttributes<T>(Type type) where T : Attribute public static Type GetTypeConverter(MemberInfo member)