Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSListEnumerator<T> > Constructors
TRSListEnumerator<T>.Create(TList) Constructor
Creates the iterator and initializes it to iterate over the input AList.
Namespace: RSGenerics.Collections
Delphi
public constructor Create(AList: TList<T>);
Parameters
AList
Type: TList<T>
•TRSListEnumerator<T>
•RSGenerics.Collections