Class TabToken
Tokens which represents the tab character.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class TabToken : BaseToken, IToken
Constructors
| Edit this page View SourceTabToken(int, int)
Creates a new Tab Token.
Declaration
public TabToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the tab occurs. |
int | pos | Column at which the tab occurs. |