NAnt SDK Documentation - v0.92

SymbolCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A SymbolEnumerator for the entire collection.

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace