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
)
Public Sub New (
contents As Stack(Of IToken),
startline As Integer,
endline As Integer,
start As Integer,
end As Integer
)
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