Class EndAnnotationToken
Token which represents the end of a triple annotation.
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 EndAnnotationToken : BaseToken, IToken
Constructors
| Improve this Doc 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. |