The Strings class represents a collection of strings.
![]() | Adds a new item to the collection. If the index is not valid, the item is added at the end. |
![]() | Creates a copy of the object. |
![]() | Copies the content to this object from another object. |
![]() | Concatenates the members of the collection, using the specified separator between each member. |
![]() | Removes the item at the specified position from the collection. |
![]() | The number of items in the collection. |
![]() | Accesses the item at the specified position in the collection. |