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