Click or drag to resize

AllToken Constructor

Creates a new All Token.

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

Parameters

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