Click or drag to resize

BufferedTextReaderDispose Method (Boolean)

Disposes of the reader and the underlying reader.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether this was called from the Dispose() method.
See Also