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()

Return Value

An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also