'Declaration
Public Overrides Function IsDefined( _ ByVal attributeType As Type, _ ByVal inherit As Boolean _ ) As Boolean
public override bool IsDefined( Type attributeType, bool inherit )
Parameters
- attributeType
- The Type object to which the custom attributes are applied.
- inherit
- Specifies whether to search this member's inheritance chain to find the attributes.
Return Value
true if one or more instance of attributeType is applied to this member; otherwise false.