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