Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T>.TValueCollection > Methods
TStringList<T>.TValueCollection.DoGetEnumerator Method
Creates the enumerator for the collection of values in the string list. Called by GetEnumerator
Namespace: RSGenerics.Collections
Delphi
protected function DoGetEnumerator: TEnumerator<T>; override;
Return Value
Type: TEnumerator<T>
TRSEnumerable<T>.DoGetEnumerator
•RSGenerics.Collections.TStringList<T>.TValueCollection.GetEnumerator
•TStringList<T>.TValueCollection
•TStringList<T>
•RSGenerics.Collections