VariableToken Constructor |
Creates a new Variable Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public VariableToken(
string value,
int line,
int start,
int end
)
Public Sub New (
value As String,
line As Integer,
start As Integer,
end As Integer
)
Parameters
- value
- Type: SystemString
Variable. - line
- Type: SystemInt32
Line the Variable occurs on. - start
- Type: SystemInt32
Column the Variable starts at. - end
- Type: SystemInt32
Column the Variable ends at.
See Also