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