The IStringCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyTo |
Copies the entire IStringCollection to a one-dimensional Array
of String elements, starting at the specified index of the target array.
| |
GetEnumerator |
Returns an IStringEnumerator that can
iterate through the IStringCollection.
|
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the
IStringCollection.
| |
IsSynchronized |
Gets a value indicating whether access to the
IStringCollection is synchronized (thread-safe).
| |
SyncRoot |
Gets an object that can be used to synchronize access
to the IStringCollection.
|