NAnt SDK Documentation - v0.92

LibraryCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A LibraryEnumerator for the entire collection.

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace