RuntimeVariables Method (IEnumerable(ParameterExpression))
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Linq.Expressions
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.RuntimeVariablesExpression
An instance of RuntimeVariablesExpression that has the NodeType property equal to RuntimeVariables and the Variables property set to the specified value.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft