OneOrMany<T>::Enumerator::MoveNext Method ()

Visual Studio 2015
 

Advances the enumerator to the next position.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
bool MoveNext()

Return Value

Type: System::Boolean

False if the end of the collection has been reached.

Return to top
Show: