Share via


MethodInfo.Name Method

Definition

Specifies the name of a method.

public:
 virtual System::String ^ Name();
public virtual string Name ();
abstract member Name : unit -> string
override this.Name : unit -> string
Public Overridable Function Name () As String

Returns

A string that indicates the method name.

Applies to