Share via


LambdaNode Constructor (Collection<RangeVariable>)

Initializes a new instance of the LambdaNode class.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Protected Sub New ( _
    rangeVariables As Collection(Of RangeVariable) _
)
'Usage
Dim rangeVariables As Collection(Of RangeVariable)

Dim instance As New LambdaNode(rangeVariables)
protected LambdaNode(
    Collection<RangeVariable> rangeVariables
)
protected:
LambdaNode(
    Collection<RangeVariable^>^ rangeVariables
)
new : 
        rangeVariables:Collection<RangeVariable> -> LambdaNode
protected function LambdaNode(
    rangeVariables : Collection<RangeVariable>
)

Parameters

See Also

Reference

LambdaNode Class

LambdaNode Overload

Microsoft.Data.OData.Query.SemanticAst Namespace