Show / Hide Table of Contents

Class CustomKeywordToken

Token representing the use of a Custom Keyword.

Inheritance
System.Object
BaseToken
CustomKeywordToken
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 CustomKeywordToken : BaseToken, IToken

Constructors

| Improve this Doc View Source

CustomKeywordToken(string, int, int, int)

Creates a new Custom Keyword Token.

Declaration
public CustomKeywordToken(string value, int line, int start, int end)
Parameters
Type Name Description
string value

Custom Keyword.

int line

Line the Keyword occurs on.

int start

Column the Keyword starts at.

int end

Column the Keyword ends at.

Implements

IToken

Extension Methods

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