NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

[Visual Basic]
Public Function GetEnumerator() As XsltExtensionObjectEnumerator
[C#]
new public XsltExtensionObjectEnumerator GetEnumerator();

Return Value

A XsltExtensionObjectEnumerator for the entire collection.

See Also

XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace