Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
Syntax
public ProjectBaseEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
Project |
A NAnt.VSNet.ProjectBaseEnumerator for the entire collection.
|