Click or drag to resize

PlusToken Constructor

Creates a new Mathematical Plus Token.

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

Parameters

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