The IStringList type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds a String to the end
of the IStringList.
| |
Clear |
Removes all elements from the IStringList.
| |
Contains |
Determines whether the IStringList
contains the specified String element.
| |
CopyTo |
Copies the entire IStringCollection to a one-dimensional Array
of String elements, starting at the specified index of the target array.
(Inherited from IStringCollection.) | |
GetEnumerator |
Returns an IStringEnumerator that can
iterate through the IStringCollection.
(Inherited from IStringCollection.) | |
IndexOf |
Returns the zero-based index of the first occurrence of the specified
String in the IStringList.
| |
Insert |
Inserts a String element into the
IStringList at the specified index.
| |
Remove |
Removes the first occurrence of the specified String
from the IStringList.
| |
RemoveAt |
Removes the element at the specified index of the
IStringList.
|
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the
IStringCollection.
(Inherited from IStringCollection.) | |
IsFixedSize |
Gets a value indicating whether the IStringList has a fixed size.
| |
IsReadOnly |
Gets a value indicating whether the IStringList is read-only.
| |
IsSynchronized |
Gets a value indicating whether access to the
IStringCollection is synchronized (thread-safe).
(Inherited from IStringCollection.) | |
Item |
Gets or sets the String element at the specified index.
| |
SyncRoot |
Gets an object that can be used to synchronize access
to the IStringCollection.
(Inherited from IStringCollection.) |