Class LongLiteralToken
Token which represents Long Literals (allows multi-line values).
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRDF.dll
Syntax
public class LongLiteralToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceLongLiteralToken(String, Int32, Int32, Int32, Int32)
Creates a new Long Literal Token.
Declaration
public LongLiteralToken(string value, int startLine, int endLine, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | Literal Value including the Triple Quote deliminators. |
System. |
startLine | Line the Long Literal starts on. |
System. |
endLine | Line the Long Literal ends on. |
System. |
start | Column the Literal starts at. |
System. |
end | Column the Literal ends at. |