Overloaded. Returns the custom attributes defined for this method.
Returns all the custom attributes defined for this method.
[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[];
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace