Class KeywordOfToken
Token representing the 'of' Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class KeywordOfToken : BaseToken, IToken
Constructors
| Edit this page View SourceKeywordOfToken(int, int)
Creates a new 'of' Keyword Token.
Declaration
public KeywordOfToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Column the Keyword occurs at. |