NAnt SDK Documentation - v0.92

ZipFileSetCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

[Visual Basic]
Public Function GetEnumerator() As ZipFileSetEnumerator
[C#]
new public ZipFileSetEnumerator GetEnumerator();

Return Value

A ZipFileSetEnumerator for the entire collection.

See Also

ZipFileSetCollection Class | NAnt.Compression.Types Namespace