Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- TarFileSetCollection
Syntax
public TarFileSetEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
TarFileSetEnumerator |
A NAnt.Compression.Types.TarFileSetEnumerator for the entire collection.
|