System.Generics.Collections.TDictionary.TPairEnumerator.DoGetCurrent
Delphi
function DoGetCurrent: TPair<TKey,TValue>; override;
C++
virtual TPair__2<TKey,TValue> __fastcall DoGetCurrent(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TPairEnumerator |
Description
Returns the currently focused pair in the pair collection.
DoGetCurrent returns the currently focused pair in the pair collection. DoGetCurrent is the reader method for the Current property.