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