Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue>.TValueEnumerator
TRSDictionary<TKey,TValue>.TValueEnumerator Methods
Name
Description
DoGetCurrent
Represents method DoGetCurrent.
DoMoveNext
Represents method DoMoveNext.
MoveNext
Moves to the next value in the value collection.
Call MoveNext to move to the next value in the value collection.
MoveNext returns True if moving to the next value in the collection succeeded, or False otherwise.
Top