Interface IEnumerator

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type IEnumerator<T> = interface

Description

This item has no description.

Overview

Methods

Public function GetCurrent: T;

Properties

Public property Current: T read GetCurrent;

Description

Methods

Public function GetCurrent: T;

This item has no description.

Attributes
HPPGEN('virtual T __fastcall GetCurrentT(void) = 0')

Properties

Public property Current: T read GetCurrent;

This item has no description.

Attributes
HPPGEN('__property T Current = {read=GetCurrentT}')