Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSListEnumerator<T> > Properties
TRSListEnumerator<T>.Current Property
Returns the current item in the iterator
Namespace: RSGenerics.Collections
Delphi
public property Current: T read GetCurrent;
Property Value
Type: T
•RSGenerics.Collections.TRSListEnumerator<T>.MoveNext
•RSGenerics.Collections.TRSListEnumerator<T>.CurrentElement
•RSGenerics.Collections.TRSListEnumerator<T>.NextElement
•TRSListEnumerator<T>
•RSGenerics.Collections