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