ZipFile.GetEnumerator Method
From SharpZip Compression Library
Returns an enumerator for the Zip entries in this Zip file.
public IEnumerator GetEnumerator();
Implements
Exceptions
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The Zip file has been closed. |