[To be supplied.]
Returns true if this attribute is defined on the given element (including inherited members)
[Visual Basic] Overloads Public Shared Function IsDefined(MemberInfo, Type) As Boolean
[C#] public static bool IsDefined(MemberInfo, Type);
[C++] public: static bool IsDefined(MemberInfo*, Type);
[JScript] public static function IsDefined(MemberInfo, Type) : Boolean;
Returns true if this attribute is defined on the given element (including inherited members)
[Visual Basic] Overloads Public Shared Function IsDefined(ParameterInfo, Type) As Boolean
[C#] public static bool IsDefined(ParameterInfo, Type);
[C++] public: static bool IsDefined(ParameterInfo*, Type);
[JScript] public static function IsDefined(ParameterInfo, Type) : Boolean;
Returns true if this attribute is defined on the given element (including inherited members)
[Visual Basic] Overloads Public Shared Function IsDefined(Assembly, Type) As Boolean
[C#] public static bool IsDefined(Assembly, Type);
[C++] public: static bool IsDefined(Assembly*, Type);
[JScript] public static function IsDefined(Assembly, Type) : Boolean;
Returns true if this attribute is defined on the given element (including inherited members)
[Visual Basic] Overloads Public Shared Function IsDefined(Module, Type) As Boolean
[C#] public static bool IsDefined(Module, Type);
[C++] public: static bool IsDefined(Module*, Type);
[JScript] public static function IsDefined(Module, Type) : Boolean;