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