Class Sha224KeywordToken
Token which represents the SPARQL SHA224 Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class Sha224KeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceSha224KeywordToken(int, int)
Creates a new SHA224 Keyword Token.
Declaration
public Sha224KeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Position the Keyword occurs at. |