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