|
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
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Request Example
View SourceParameters
- disposing
- Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also