Class monkey.list.StringList - leonard-thieu/monkey GitHub Wiki
StringList is a convenience class for handling lists of string values.
List<String>
New ()
StringList is a convenience class for handling lists of string values.
Creates a new empty StringList.
Implements the Compare method, which allows StringLists to be sorted using the Sort method.
Concatenates the elements of the list together, inserting the specified separator between each element.