NAnt SDK Documentation - v0.92

WebMapCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A WebMapEnumerator for the entire collection.

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace