Partilhar via


LambdaNode Construtores

Definição

Sobrecargas

LambdaNode(Collection<RangeVariable>)

Criar um LambdaNode

LambdaNode(Collection<RangeVariable>, RangeVariable)

Criar um LambdaNode

LambdaNode(Collection<RangeVariable>)

Criar um 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))

Parâmetros

rangeVariables
Collection<RangeVariable>

A coleção de rangeVariables no escopo deste Any ou All.

Aplica-se a

LambdaNode(Collection<RangeVariable>, RangeVariable)

Criar um 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)

Parâmetros

rangeVariables
Collection<RangeVariable>

A coleção de rangeVariables no escopo deste Any ou All.

currentRangeVariable
RangeVariable

A variável de intervalo mais recente adicionada para por este Any ou All.

Aplica-se a