Show / Hide Table of Contents

Class LongLiteralToken

Token which represents Long Literals (allows multi-line values).

Inheritance
object
BaseToken
LongLiteralToken
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 LongLiteralToken : BaseToken, IToken

Constructors

| Edit this page View Source

LongLiteralToken(string, int, int, int, int)

Creates a new Long Literal Token.

Declaration
public LongLiteralToken(string value, int startLine, int endLine, int start, int end)
Parameters
Type Name Description
string value

Literal Value including the Triple Quote deliminators.

int startLine

Line the Long Literal starts on.

int endLine

Line the Long Literal ends on.

int start

Column the Literal starts at.

int end

Column the Literal ends at.

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • LongLiteralToken(string, int, int, int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX