Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue>.TKeyEnumerator > Properties
TRSDictionary<TKey,TValue>.TKeyEnumerator.Current Property
Returns the currently focused key in the key collection.
Current is a read-only property that gives the currently focused key in the key collection.
Namespace: RSGenerics.Collections
Delphi
public property Current: TKey read GetCurrent;
Property Value
Type: TKey
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.TKeyEnumerator.MoveNext
•TRSDictionary<TKey,TValue>.TKeyEnumerator
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections