![]() | Adds a string to the end of the list. |
![]() | Removes all strings in the list. |
![]() | Finds the index of the first string containing the specified sub-string. Returns -1 if the sub-string is not found. |
![]() | Inserts a string at the specified index. |
![]() | Removes the string at the specified index. |
![]() | Returns a concatenation of all elements of the StringList, delimited by StringList.Delimiter. |
![]() | Get the number of strings in the collection. |
![]() | Get or set the delimiter that separates strings in the collection. |
![]() | Get or set a string at the specified index. |