Click or drag to resize

CustomKeywordDefinitionToken Constructor

Creates a new Custom Keyword Definition Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public CustomKeywordDefinitionToken(
	string value,
	int line,
	int start,
	int end
)

Parameters

value
Type: SystemString
Custom Keyword Definition.
line
Type: SystemInt32
Line the Keyword occurs on.
start
Type: SystemInt32
Column the Keyword starts at.
end
Type: SystemInt32
Column the Keyword ends at.
See Also