Click or drag to resize

BufferedTextReader.Dispose 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: System.Boolean
Whether this was called from the Dispose() method.
See Also