BlockExpression.Variables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Property Value
The read-only collection containing all the variables defined in this block.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.