Class MD5KeywordToken
Token which represents the SPARQL MD5 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 MD5KeywordToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceMD5KeywordToken(Int32, Int32)
Creates a new MD5 Keyword Token.
Declaration
public MD5KeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | line | Line the Keyword occurs on. |
System.Int32 | pos | Position the Keyword occurs at. |