Checks to see if the TypeDelegator is defined on the given element (including inherited members).
[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;
Returns true if this attribute is defined on the given element (including inherited members)
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace