object [] GetCustomAttributes(Type attributeType, bool inherit)
Returns an array of custom attributes defined on this member, identified by type, or an empty array i...
bool IsDefined(Type attributeType, bool inherit)
Indicates whether one or more instance of attributeType is defined on this member.
Represents type declarations: class types, interface types, array types, value types,...
Provides custom attributes for reflection objects that support them.