Click or drag to resize

DivideToken Constructor

Creates a new Mathematical Divide Token.

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

Parameters

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