CodeArgumentReferenceExpression.ParameterName Propriedade
Definição
Obtém ou define o nome do parâmetro que essa expressão referencia.Gets or sets the name of the parameter this expression references.
public:
property System::String ^ ParameterName { System::String ^ get(); void set(System::String ^ value); };
public string ParameterName { get; set; }
member this.ParameterName : string with get, set
Public Property ParameterName As String
Valor da propriedade
O nome do parâmetro a ser referenciado.The name of the parameter to reference.