Represents type TArrayEnumerator<T>.
TArrayEnumerator<T>
type TArrayEnumerator<T> = record end;
The TArrayEnumerator<T> type exposes the following members.
Initializes a new instance of the TArrayEnumerator<T> class.
Represents property Current.
Current
Represents method GetCurrent.
GetCurrent
Represents method MoveNext.
MoveNext
Represents field fIndex.
fIndex
Represents field fItems.
fItems