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