Click or drag to resize

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
)

Parameters

input
Type: System.IOTextReader
The Input to generate Tokens from.
See Also