Click or drag to resize

BaseDirectiveToken Constructor

Creates a new Base Directive Token.

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

Parameters

line
Type: SystemInt32
Line at which the Base Directive occurs.
pos
Type: SystemInt32
Column at which the Base Directive occurs.
See Also