MethodBuilder.Name Property

Definition

Retrieves the name of this method.

public:
 virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String

Property Value

Read-only. Retrieves a string containing the simple name of this method.

Applies to