Class ImpliedByToken
Token representing the '>=' implied by Syntax.
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 ImpliedByToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceImpliedByToken(int, int)
Creates a new '<=' Keyword Token.
Declaration
public ImpliedByToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Column the Keyword occurs at. |