Sdílet prostřednictvím


LambdaNode Konstruktory

Definice

Přetížení

LambdaNode(Collection<RangeVariable>)

Vytvoření uzlu LambdaNode

LambdaNode(Collection<RangeVariable>, RangeVariable)

Vytvoření uzlu LambdaNode

LambdaNode(Collection<RangeVariable>)

Vytvoření uzlu LambdaNode

protected LambdaNode (System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> rangeVariables);
new Microsoft.OData.UriParser.LambdaNode : System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> -> Microsoft.OData.UriParser.LambdaNode
Protected Sub New (rangeVariables As Collection(Of RangeVariable))

Parametry

rangeVariables
Collection<RangeVariable>

Kolekce rozsahVariables v rozsahu pro toto Any nebo All.

Platí pro

LambdaNode(Collection<RangeVariable>, RangeVariable)

Vytvoření uzlu LambdaNode

protected LambdaNode (System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> rangeVariables, Microsoft.OData.UriParser.RangeVariable currentRangeVariable);
new Microsoft.OData.UriParser.LambdaNode : System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> * Microsoft.OData.UriParser.RangeVariable -> Microsoft.OData.UriParser.LambdaNode
Protected Sub New (rangeVariables As Collection(Of RangeVariable), currentRangeVariable As RangeVariable)

Parametry

rangeVariables
Collection<RangeVariable>

Kolekce rozsahVariables v rozsahu pro toto Any nebo All.

currentRangeVariable
RangeVariable

Nejnovější proměnná rozsahu přidaná pro pole Any nebo All.

Platí pro