ZipArchive.IsDisposed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
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. |