Class EndQuoteToken
Token which represents the end of a quoted triple.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class EndQuoteToken : BaseToken, IToken
Constructors
| Edit this page View SourceEndQuoteToken(int, int)
Creates a new >> token.
Declaration
public EndQuoteToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the >> starts. |
int | pos | Column at which the >> starts. |