Click or drag to resize

TabToken Constructor

Creates a new Tab Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TabToken(
	int line,
	int pos
)

Parameters

line
Type: SystemInt32
Line at which the tab occurs.
pos
Type: SystemInt32
Column at which the tab occurs.
See Also