Represents a collection with string labels.
The following tables list the members exposed by the StringCollection type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the StringCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() |
Adds a new label to the StringCollection. |
|
![]() |
Compares a list to the current StringCollection. |
|
![]() |
Checks whether the StringCollection contains the specified label. |
|
![]() |
Returns an array with all labels in the StringCollection. |
|
![]() |
Returns the index of the first occurrence of the specified label. |
|
![]() |
Inserts the specified label in the specified position. |
|
![]() |
Removes the first occurrence of the specified label. |
|
![]() |
Removes the label at the specified index. |
|
![]() |
Returns a string representation of the collection. |