Click or drag to resize

VariableToken Constructor

Creates a new Variable Token.

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

Parameters

value
Type: System.String
Variable.
line
Type: System.Int32
Line the Variable occurs on.
start
Type: System.Int32
Column the Variable starts at.
end
Type: System.Int32
Column the Variable ends at.
See Also