EndPathToken Class
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.
Lexical token representing the last segment in a path.
public sealed class EndPathToken : Microsoft.OData.UriParser.PathToken
type EndPathToken = class
inherit PathToken
Public NotInheritable Class EndPathToken
Inherits PathToken
- Inheritance
Constructors
EndPathToken(String, QueryToken) |
Create a EndPathToken given the Identifier and the NextToken (if any) |
Properties
Identifier |
The Identifier of the property to access. |
Kind |
The kind of the query token. |
NextToken |
The NextToken token to access the property on. If this is null, then the property access has no NextToken. That usually means to access the property on the implicit parameter for the expression, the result on which the expression is being applied. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |
Equals(Object) |
Indicates the Equals overload. (Inherited from PathToken) |
GetHashCode() |
Returns a hash code for this instance. (Inherited from PathToken) |