|
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; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsDisposed As Boolean
Get
Request Example
View SourceProperty Value
Type:
Boolean if the instance has been disposed of; otherwise,
.
See Also