Determines if the attributeType is defined on this member.
[Visual Basic] Overridable Public Function IsDefined( _ ByVal attributeType As Type _ ) As Boolean [C#] public virtual bool IsDefined( Type attributeType ); [C++] public: virtual bool IsDefined( Type* attributeType ); [JScript] public function IsDefined( attributeType : Type ) : Boolean;
Returns true if one or more instance of attributeType is defined on this member.
Exception Type | Condition |
---|---|
ArgumentNullException | if the attributeType is null. |
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace