InnerPathToken(String, QueryToken, IEnumerable<NamedValue>) 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.
Create a new StartPathToken given the Identifier and NextToken and namedValues if any
public InnerPathToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.NamedValue> namedValues);
new Microsoft.OData.UriParser.InnerPathToken : string * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.NamedValue> -> Microsoft.OData.UriParser.InnerPathToken
Public Sub New (identifier As String, nextToken As QueryToken, namedValues As IEnumerable(Of NamedValue))
Parameters
- identifier
- String
The Identifier of the segment, the identifier.
- nextToken
- QueryToken
The NextToken segment, or null if this is the root segment.
- namedValues
- IEnumerable<NamedValue>
The named values in the key lookup for this segment.