Click or drag to resize

LongLiteralToken Constructor

Creates a new Long Literal Token.

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

Parameters

value
Type: SystemString
Literal Value including the Triple Quote deliminators.
startLine
Type: SystemInt32
Line the Long Literal starts on.
endLine
Type: SystemInt32
Line the Long Literal ends on.
start
Type: SystemInt32
Column the Literal starts at.
end
Type: SystemInt32
Column the Literal ends at.
See Also