Class CountKeywordToken
Token which represents the SPARQL COUNT Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class CountKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceCountKeywordToken(int, int)
Creates a new COUNT Keyword Token.
Declaration
public CountKeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Position the Keyword occurs at. |