NAnt SDK Documentation - v0.92

XsltParameterCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A XsltParameterEnumerator for the entire collection.

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace