Click or drag to resize

UnderscoreToken Constructor

Creates a new _ Token.

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

Parameters

line
Type: System.Int32
Line at which the _ occurs.
pos
Type: System.Int32
Column at which the _ occurs.
See Also