TArrayEnumerator<T> Record

Represents type TArrayEnumerator<T>.

Namespace: Spring
type
 TArrayEnumerator<T> = record
 end;

Type Parameters

T

The TArrayEnumerator<T> type exposes the following members.

Show:
 NameDescription
Create(TArray)

Initializes a new instance of the TArrayEnumerator<T> class.

Top
Show:
 NameDescription
Current

Represents property Current.

Top
Show:
 NameDescription
GetCurrent

Represents method GetCurrent.

MoveNext

Represents method MoveNext.

Top
Show:
 NameDescription
fIndex

Represents field fIndex.

fItems

Represents field fItems.

Top