AssignmentToken Constructor |
Creates a new := Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public AssignmentToken(
int line,
int post
)
Public Sub New (
line As Integer,
post As Integer
)
Parameters
- line
- Type: SystemInt32
Line on which the := occurs. - post
- Type: SystemInt32
Position at which the := occurs.
See Also