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