Class AssignmentToken
Token which reprsents the := Assignment Operator.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class AssignmentToken : BaseToken, IToken
Constructors
| Edit this page View SourceAssignmentToken(int, int)
Creates a new := Token.
Declaration
public AssignmentToken(int line, int post)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line on which the := occurs. |
int | post | Position at which the := occurs. |