Checks if the specified custom attribute type is defined.
[Visual Basic] Overrides Public Function IsDefined( _ ByVal attributeType As Type _ ) As Boolean [C#] public override bool IsDefined( Type attributeType ); [C++] public: override bool IsDefined( Type* attributeType ); [JScript] public override function IsDefined( attributeType : Type ) : Boolean;
true if the specified custom attribute type is defined. Otherwise, false.
Exception Type | Condition |
---|---|
NotSupportedException | This method is not implemented. |
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace