PathSegmentToken(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 this segment token using the next token
protected PathSegmentToken (Microsoft.OData.UriParser.PathSegmentToken nextToken);
new Microsoft.OData.UriParser.PathSegmentToken : Microsoft.OData.UriParser.PathSegmentToken -> Microsoft.OData.UriParser.PathSegmentToken
Protected Sub New (nextToken As PathSegmentToken)
Parameters
- nextToken
- PathSegmentToken
the next token in the path