DiagnosticMethodInfo.Name Property

Definition

Gets the name of the method.

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

Property Value

Remarks

Only the simple name of the method is returned, without information about generic parameters or arity.

Applies to