Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Compiler
Warning Collection
Syntax
public CompilerWarningEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
Compiler |
A NAnt.DotNet.Types.CompilerWarningEnumerator for the entire collection.
|