Class VariableToken
Token representing Variables.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class VariableToken : BaseToken, IToken
Constructors
| Edit this page View SourceVariableToken(string, int, int, int)
Creates a new Variable Token.
Declaration
public VariableToken(string value, int line, int start, int end)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | Variable. |
| int | line | Line the Variable occurs on. |
| int | start | Column the Variable starts at. |
| int | end | Column the Variable ends at. |