Click or drag to resize

EOFToken Constructor

Creates a new End of File Token.

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

Parameters

line
Type: SystemInt32
Line at which the File Ends.
pos
Type: SystemInt32
Column as which the File Ends.
See Also