SystemToken(String, PathSegmentToken) 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 new System Token
public SystemToken (string identifier, Microsoft.OData.UriParser.PathSegmentToken nextToken);
new Microsoft.OData.UriParser.SystemToken : string * Microsoft.OData.UriParser.PathSegmentToken -> Microsoft.OData.UriParser.SystemToken
Public Sub New (identifier As String, nextToken As PathSegmentToken)
Parameters
- identifier
- String
the identifier for this token.
- nextToken
- PathSegmentToken
the next token in the path