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