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