Returns an instance of each custom attribute defined on the given TypeDelegator.
Returns an instance of each custom attribute defined on the given TypeDelegator.
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes() As Object ()
[C#] public override object[] GetCustomAttributes();
[C++] public: override Object* GetCustomAttributes() [];
[JScript] public override function GetCustomAttributes() : Object[];
Returns an instance of each custom attribute defined on the given TypeDelegator that meet the Type criteria.
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Type) As Object ()
[C#] public override object[] GetCustomAttributes(Type);
[C++] public: override Object* GetCustomAttributes(Type*) [];
[JScript] public override function GetCustomAttributes(Type) : Object[];
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace