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: System.Int32
Line at which the Base Directive occurs.
pos
Type: System.Int32
Column at which the Base Directive occurs.
See Also