Returns all the attributes defined on this member.
Return an array of custom attributes identified by Type.
[Visual Basic] Overloads Function GetCustomAttributes(Type) As Object ()
[C#] object[] GetCustomAttributes(Type);
[C++] Object* GetCustomAttributes(Type*) [] = 0;
[JScript] function GetCustomAttributes(Type) : Object[];
Return an array of all of the custom attributes, excluding named attributes.
[Visual Basic] Overloads Function GetCustomAttributes() As Object ()
[C#] object[] GetCustomAttributes();
[C++] Object* GetCustomAttributes() [] = 0;
[JScript] function GetCustomAttributes() : Object[];
ICustomAttributeProvider Interface | ICustomAttributeProvider Members | System.Reflection Namespace