NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection.GetEnumerator Method 

[This is preliminary documentation and subject to change.]

Returns an enumerator that can iterate through the collection.

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

Return Value

A SolutionBase.ProjectEntryEnumerator for the entire collection.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.ProjectEntryCollection.GetEnumerator

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace