Click or drag to resize

RightBracketToken Constructor

Creates a new ) Token.

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

Parameters

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