Expression.RuntimeVariables Method (IEnumerable(Of ParameterExpression))
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of RuntimeVariablesExpression.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function RuntimeVariables ( _ variables As IEnumerable(Of ParameterExpression) _ ) As RuntimeVariablesExpression
Parameters
- variables
- Type: System.Collections.Generic.IEnumerable(Of ParameterExpression)
A collection of ParameterExpression objects to use to populate the Variables collection.
Return Value
Type: System.Linq.Expressions.RuntimeVariablesExpressionAn instance of RuntimeVariablesExpression that has the NodeType property equal to RuntimeVariables and the Variables property set to the specified value.
Show: