Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Containing Type
- SymbolCollection
Syntax
public SymbolEnumerator GetEnumerator()
Return Value
| Type | Description |
|---|---|
| SymbolEnumerator |
A NAnt.VisualCpp.Types.SymbolEnumerator for the entire collection.
|
