Class CustomKeywordToken
Token representing the use of a Custom Keyword.
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 CustomKeywordToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceCustomKeywordToken(String, Int32, Int32, Int32)
Creates a new Custom Keyword Token.
Declaration
public CustomKeywordToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Custom Keyword. |
System.Int32 | line | Line the Keyword occurs on. |
System.Int32 | start | Column the Keyword starts at. |
System.Int32 | end | Column the Keyword ends at. |