Show / Hide Table of Contents

Class EndAnnotationToken

Token which represents the end of a triple annotation.

Inheritance
System.Object
BaseToken
EndAnnotationToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
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 Source

EndAnnotationToken(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.

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EndAnnotationToken(int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX