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.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace