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