Returns an enumerator that iterates through the collection.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Function GetEnumerator As IEnumerator(Of ZipItem) |
C# |
---|
public IEnumerator<ZipItem> GetEnumerator() |