Expression.RuntimeVariables Method (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 ( _ ParamArray variables As ParameterExpression() _ ) As RuntimeVariablesExpression
Parameters
- variables
- Type:
System.Linq.Expressions.ParameterExpression
()
An array 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: