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