Click or drag to resize

BlankNodeCollectionToken Constructor

Creates a new Blank Node Collection Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BlankNodeCollectionToken(
	Stack<IToken> contents,
	int startline,
	int endline,
	int start,
	int end
)

Parameters

contents
Type: System.Collections.GenericStackIToken
Contents of the Blank Node Collection.
startline
Type: SystemInt32
Line the Collection starts on.
endline
Type: SystemInt32
Line the Collection ends on.
start
Type: SystemInt32
Column the Collection starts at.
end
Type: SystemInt32
Column the Collection ends at.
See Also