Share via


EndPathToken(String, QueryToken) Constructor

Definition

Create a EndPathToken given the Identifier and the NextToken (if any)

public EndPathToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken);
new Microsoft.OData.UriParser.EndPathToken : string * Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.EndPathToken
Public Sub New (identifier As String, nextToken As QueryToken)

Parameters

identifier
String

The Identifier of the property to access.

nextToken
QueryToken

The NextToken token to access the property on.

Applies to