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