Overloaded. Returns the custom attributes defined for this constructor.
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 the custom attributes identified by the given type.
[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[];
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace