Class ValuesKeywordToken
Token which represents the SPARQL VALUES 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 ValuesKeywordToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceValuesKeywordToken(int, int)
Creates a new VALUES Keyword Token.
Declaration
public ValuesKeywordToken(int line, int post)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | post | Position the Keyword occurs at. |