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