BlankNodeToken Constructor |
Creates a new Anonymous Blank Node Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BlankNodeToken(
int line,
int pos
)
Public Sub New (
line As Integer,
pos As Integer
)
Parameters
- line
- Type: SystemInt32
Line the Blank Node occurs on. - pos
- Type: SystemInt32
Column the Blank Node occurs at.
See Also