NonSystemToken Construtor
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.
Criar um NonSystemToken
public NonSystemToken (string identifier, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.NamedValue> namedValues, Microsoft.OData.UriParser.PathSegmentToken nextToken);
new Microsoft.OData.UriParser.NonSystemToken : string * seq<Microsoft.OData.UriParser.NamedValue> * Microsoft.OData.UriParser.PathSegmentToken -> Microsoft.OData.UriParser.NonSystemToken
Public Sub New (identifier As String, namedValues As IEnumerable(Of NamedValue), nextToken As PathSegmentToken)
Parâmetros
- identifier
- String
o identificador desse token
- namedValues
- IEnumerable<NamedValue>
uma lista de valores nomeados para este token
- nextToken
- PathSegmentToken
o próximo token no caminho