Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T>.TValueCollection
TStringList<T>.TValueCollection Methods
Name
Description
DoGetEnumerator
Creates the enumerator for the collection of values in the string list. Called by GetEnumerator (Overrides RSGenerics.Collections.TRSEnumerable<T>.DoGetEnumerator.)
GetEnumerator
Returns an enumerator for the collection of values in the string list.
Call GetEnumerator to obtain an enumerator for the collection of values in the string list.
ToArray
Returns the content of the enumerable as an array. (Overrides RSGenerics.Collections.TRSEnumerable<T>.ToArray.)
Top