Class TCustomDictionaryEnumerator

Unit

Declaration

type TCustomDictionaryEnumerator<T,TKey,TValue,THashFactory> = class abstract(TEnumerator<T>)

Description

TCustomDictionaryEnumerator

Hierarchy

Overview

Fields

Private FDictionary: TCustomDictionary< TKey, TValue, THashFactory>;
Private FIndex: SizeInt;

Methods

Protected function DoGetCurrent: T; override;
Protected function GetCurrent: T; virtual; abstract;
Public constructor Create(ADictionary: TCustomDictionary< TKey, TValue, THashFactory>);

Description

Fields

Private FDictionary: TCustomDictionary< TKey, TValue, THashFactory>;
 
Private FIndex: SizeInt;
 

Methods

Protected function DoGetCurrent: T; override;
 
Protected function GetCurrent: T; virtual; abstract;
 
Public constructor Create(ADictionary: TCustomDictionary< TKey, TValue, THashFactory>);
 

Generated by PasDoc 0.15.0.