Class CustomKeywordToken
Token representing the use of a Custom Keyword.
Implements
Inherited Members
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 SourceCustomKeywordToken(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. |