Click or drag to resize
Accord.NET (logo)

CsvReaderIsDisposed Property

Gets a value indicating whether the instance has been disposed of.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public bool IsDisposed { get; }
Request Example View Source

Property Value

Type: Boolean
if the instance has been disposed of; otherwise, .
See Also