TypeUtility.GetCustomAttributes method (1 of 2)

Gets the custom attributes.

public static object[] GetCustomAttributes(this Type type, bool inherit)

See Also


TypeUtility.GetCustomAttributes method (2 of 2)

Gets the custom attributes.

public static object[] GetCustomAttributes(this Type type, Type attributeType, bool inherit)

See Also