StringCollection « Collections Data Structure « C# / C Sharp






1.StringCollection represents a collection of strings.
2.Adds a string to the end of the StringCollection.
3.Removes all the strings from the StringCollection.
4.Determines whether the specified string is in the StringCollection.
5.Copies the entire StringCollection values to a one-dimensional array of strings
6.StringEnumerator supports a simple iteration over a StringCollection.