ZipArchive.GetEnumerator Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<ZipItem> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Zip |
An enumerator that can be used to iterate through the collection. |