Returns all the custom attributes defined for this constructor.
[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 array of objects representing all the custom attributes of the constructor represented by this ConstructorBuilder instance.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace | ConstructorBuilder.GetCustomAttributes Overload List