Class StartQuoteToken
Token which represents the start of a quoted triple.
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 StartQuoteToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceStartQuoteToken(int, int)
Creates a new << Token.
Declaration
public StartQuoteToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the << starts. |
int | pos | Column at which the << starts. |