Name | Description | |
---|---|---|
![]() | StringCollectionCollection Constructor | Overloaded. |
The following tables list the members exposed by StringCollectionCollection.
Name | Description | |
---|---|---|
![]() | StringCollectionCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collecion. |
![]() | DataSource | Gets or sets the data source for the collection of collections of string values. |
![]() | Item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the collection. |
![]() | AddRange | Adds an array of items to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific item. |
![]() | CopyTo | Copies the items in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
![]() | IndexOf | Determines the index of the item in the collection. |
![]() | Insert | Inserts an item into the collection at the specified index. |
![]() | InsertRange | Inserts an array of items into the collection at the specified index. |
![]() | Remove | Removes an item from the collection. |
![]() | RemoveAt | Removes an item from the collection at the specified index. |