Returns all attributes defined on this member.
Returns an array of all of the custom attributes.
[Visual Basic] Overloads MustOverride Public Function GetCustomAttributes() As Object ()
[C#] public abstract object[] GetCustomAttributes();
[C++] public: virtual Object* GetCustomAttributes() [] = 0;
[JScript] public abstract function GetCustomAttributes() : Object[];
Returns an array of custom attributes identified by Type.
[Visual Basic] Overloads MustOverride Public Function GetCustomAttributes(Type) As Object ()
[C#] public abstract object[] GetCustomAttributes(Type);
[C++] public: virtual Object* GetCustomAttributes(Type*) [] = 0;
[JScript] public abstract function GetCustomAttributes(Type) : Object[];
MemberInfo Class | MemberInfo Members | System.Reflection Namespace