Click or drag to resize

KeywordDirectiveToken Constructor

Creates a new Keyword Directive Token.

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

Parameters

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