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