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