Class TCustomListEnumerator

Unit

Declaration

type TCustomListEnumerator<T> = class abstract(TEnumerator<T>)

Description

No description available, ancestor TEnumerator description follows

TEnumerator

Hierarchy

Overview

Fields

Private FList: TCustomList<T>;
Private FIndex: SizeInt;

Methods

Protected function DoMoveNext: boolean; override;
Protected function DoGetCurrent: T; override;
Protected function GetCurrent: T; virtual;
Public constructor Create(AList: TCustomList<T>);

Description

Fields

Private FList: TCustomList<T>;
 
Private FIndex: SizeInt;
 

Methods

Protected function DoMoveNext: boolean; override;
 
Protected function DoGetCurrent: T; override;
 
Protected function GetCurrent: T; virtual;
 
Public constructor Create(AList: TCustomList<T>);
 

Generated by PasDoc 0.15.0.