Class SelectKeywordToken
Token which represents the SPARQL SELECT Keyword.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class SelectKeywordToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceSelectKeywordToken(int, int)
Creates a new SELECT Keyword Token.
Declaration
public SelectKeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Position the Keyword occurs at. |