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