Notation3Tokeniser Constructor (TextReader) |
Creates a new Instance of the Tokeniser.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Notation3Tokeniser(
TextReader input
)
Public Sub New (
input As TextReader
)
Parameters
- input
- Type: System.IOTextReader
The Input to generate Tokens from.
See Also