Click or drag to resize

ForSomeQuantifierToken Constructor

Creates a new For Some Quantifier Token.

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

Parameters

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