ParameterExpression.Name Propriété
Définition
Obtient le nom du paramètre ou de la variable.Gets the name of the parameter or variable.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String