ZipItemCollection.GetEnumerator Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<ZipItem> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<ZipItem> | A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |