ZipFile.GetEnumerator Method

SharpZip Compression Library

SharpZip Compression Library

ZipFile.GetEnumerator Method 

Returns an enumerator for the Zip entries in this Zip file.

public IEnumerator GetEnumerator();

Implements

IEnumerable.GetEnumerator

Exceptions

Exception Type Condition
InvalidOperationException The Zip file has been closed.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace