CommaDelimitedStringCollection
Represents a collection of string elements separated by commas. This class cannot be inherited.
Gets a value that specifies whether the collection has been modified.
Gets a value indicating whether the collection object is read-only.
Gets or sets a string element in the collection based on the index.
public CommaDelimitedStringCollection()
Creates a new instance of the CommaDelimitedStringCollection class.
Adds a string to the comma-delimited collection.
Adds all the strings in a string array to the collection.
Clears the collection.
Creates a copy of the collection.
Adds a string element to the collection at the specified index.
Removes a string element from the collection.
Sets the collection object to read-only.