Click or drag to resize

ForAllQuantifierToken Constructor

Creates a new For All Quantifier Token.

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

Parameters

line
Type: SystemInt32
Line at which the For All Quantifier occurs.
pos
Type: SystemInt32
Column at which the For All Quantifier occurs.
See Also