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