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