LocalValueEnumerator::MoveNext Method ()

 

Advances the enumerator to the next element of the collection.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual bool MoveNext() sealed

Return Value

Type: System::Boolean

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

.NET Framework
Available since 3.0
Return to top
Show: