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