ICustomAttributeProvider.IsDefined(Type, Boolean) Method

Definition

Indicates whether one or more instance of attributeType is defined on this member.

public:
 bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parameters

attributeType
Type

The type of the custom attributes.

inherit
Boolean

When true, look up the hierarchy chain for the inherited custom attribute.

Returns

true if the attributeType is defined on this member; false otherwise.

Applies to