ZipArchive.IsDisposed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
IsDisposed
Gets a value indicating whether the ZipArchive object is disposed.
Declaration
public bool IsDisposed { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if this instance is disposed. |