Share via


MetaFunction.Name Propiedad

Definición

Obtiene el nombre del método.

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

Valor de propiedad

Valor de tipo string que representa el nombre del método.

Comentarios

Este es el mismo nombre que el MethodInfo nombre.

Se aplica a