Show / Hide Table of Contents

Class CustomKeywordDefinitionToken

Token representing the definition of a Custom Keyword.

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

Constructors

| Edit this page View Source

CustomKeywordDefinitionToken(string, int, int, int)

Creates a new Custom Keyword Definition Token.

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

Custom Keyword Definition.

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)
  • Edit this page
  • View Source
In this article
  • Constructors
    • CustomKeywordDefinitionToken(string, int, int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX