Click or drag to resize
Accord.NET (logo)

CsvReaderDispose Method (Boolean)

Releases the unmanaged resources used by this instance and optionally releases the managed resources.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
protected virtual void Dispose(
	bool disposing
)
Request Example View Source

Parameters

disposing
Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also