Click or drag to resize

LessThanOrEqualToToken Constructor

Creates a new Relation Less Than or Equal To Token.

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

Parameters

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