Click or drag to resize

CommentToken Constructor

Creates a new Comment Token.

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

Parameters

value
Type: SystemString
The Comment.
line
Type: SystemInt32
Line on which the Comment occurs.
start
Type: SystemInt32
Column at which the Comment starts.
end
Type: SystemInt32
Column at which the Comment ends.
See Also