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