Returns an array of all the custom attributes of type type defined on this member.
[Visual Basic] Overloads Public Shared Function GetCustomAttributes( _ ByVal element As MemberInfo, _ ByVal type As Type _ ) As Attribute () [C#] public static Attribute[] GetCustomAttributes( MemberInfo element, Type type ); [C++] public: static Attribute* GetCustomAttributes( MemberInfo* element, Type* type ) []; [JScript] public static function GetCustomAttributes( element : MemberInfo, type : Type ) : Attribute[];
Returns an array of all the custom attributes of type type defined on this member.
Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List