BitwiseOrToken Constructor |
Creates a new | Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BitwiseOrToken(
int line,
int pos
)
Public Sub New (
line As Integer,
pos As Integer
)
Parameters
- line
- Type: System.Int32
Line at which the | occurs. - pos
- Type: System.Int32
Column at which the | occurs.
See Also