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