CustomAttributeExtensions
public static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType, bool inherit)
public static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType, bool inherit)
public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, Type attributeType)
public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, Type attributeType, bool inherit)
public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element, Type attributeType)
public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element, Type attributeType, bool inherit)
public static IEnumerable<T> GetCustomAttributes<T>(this MemberInfo element, bool inherit) where T : Attribute
public static IEnumerable<T> GetCustomAttributes<T>(this ParameterInfo element, bool inherit) where T : Attribute