BlockExpression.Variables Propriedade
Definição
Obtém as variáveis definidas neste bloco.Gets the variables defined in this block.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ParameterExpression ^> ^ Variables { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ParameterExpression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression> Variables { get; }
member this.Variables : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>
Public ReadOnly Property Variables As ReadOnlyCollection(Of ParameterExpression)
Valor da propriedade
A coleção somente leitura que contém todas as variáveis definidas neste bloco.The read-only collection containing all the variables defined in this block.