<PackageReference Include="Castle.Core" Version="3.3.3" />

AttributesUtil

public static class AttributesUtil
public static T GetAttribute<T>(this ICustomAttributeProvider member)

public static T[] GetAttributes<T>(this ICustomAttributeProvider member)

public static AttributeUsageAttribute GetAttributeUsage(this Type attributeType)

public static object[] GetInterfaceAttributes(Type type)

public static T GetTypeAttribute<T>(this Type type)

public static T[] GetTypeAttributes<T>(Type type)

public static Type GetTypeConverter(MemberInfo member)

public static bool HasAttribute<T>(this ICustomAttributeProvider member)