LambdaNode Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.