AllNode 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
AllNode(Collection<RangeVariable>) |
Criar um AllNode |
AllNode(Collection<RangeVariable>, RangeVariable) |
Criar um AllNode |
AllNode(Collection<RangeVariable>)
Criar um AllNode
public AllNode (System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> rangeVariables);
new Microsoft.OData.UriParser.AllNode : System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> -> Microsoft.OData.UriParser.AllNode
Public Sub New (rangeVariables As Collection(Of RangeVariable))
Parâmetros
- rangeVariables
- Collection<RangeVariable>
O nome da lista rangeVariables.
Aplica-se a
AllNode(Collection<RangeVariable>, RangeVariable)
Criar um AllNode
public AllNode (System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> rangeVariables, Microsoft.OData.UriParser.RangeVariable currentRangeVariable);
new Microsoft.OData.UriParser.AllNode : System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> * Microsoft.OData.UriParser.RangeVariable -> Microsoft.OData.UriParser.AllNode
Public Sub New (rangeVariables As Collection(Of RangeVariable), currentRangeVariable As RangeVariable)
Parâmetros
- rangeVariables
- Collection<RangeVariable>
O nome da lista rangeVariables.
- currentRangeVariable
- RangeVariable
A nova variável de intervalo que está sendo adicionada por este nó