Class AssignmentToken
Token which reprsents the := Assignment Operator.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class AssignmentToken : BaseToken, IToken
Constructors
| Improve this Doc 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. |