Class PlusToken
Token which represents Mathematical Plus.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRDF.dll
Syntax
public class PlusToken : BaseToken, IToken
Constructors
| Improve this Doc View SourcePlusToken(Int32, Int32)
Creates a new Mathematical Plus Token.
Declaration
public PlusToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | line | Line the Token occurs on. |
System.Int32 | pos | Position the Token occurs at. |