NonSystemToken Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build a 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)
Parameters
- identifier
- String
the identifier of this token
- namedValues
- IEnumerable<NamedValue>
a list of named values for this token
- nextToken
- PathSegmentToken
the next token in the path