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