Returns true if this attribute is defined on the given element (including inherited members)
[Visual Basic] Overloads Public Shared Function IsDefined( _ ByVal element As MemberInfo, _ ByVal attributeType As Type _ ) As Boolean [C#] public static bool IsDefined( MemberInfo element, Type attributeType ); [C++] public: static bool IsDefined( MemberInfo* element, Type* attributeType ); [JScript] public static function IsDefined( element : MemberInfo, attributeType : Type ) : Boolean;
Returns true if this attribute is defined on the given element (including inherited members)
Attribute Class | Attribute Members | System Namespace | Attribute.IsDefined Overload List