Click or drag to resize
Accord.NET (logo)

CsvReaderDispose Method

Releases all resources used by the instance.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void Dispose()
Request Example View Source

Implements

IDisposableDispose
Remarks
Calls [M:Dispose(Boolean)] with the disposing parameter set to to free unmanaged and managed resources.
See Also