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