Click or drag to resize

OrToken Constructor

Creates a new Logical Or Token.

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

Parameters

line
Type: SystemInt32
Line the Token occurs on.
pos
Type: SystemInt32
Position the Token occurs at.
See Also