The IStringCollection type exposes the following members.

Methods

  NameDescription
Public methodCopyTo
Copies the entire IStringCollection to a one-dimensional Array of String elements, starting at the specified index of the target array.
Public methodGetEnumerator
Returns an IStringEnumerator that can iterate through the IStringCollection.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the IStringCollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the IStringCollection is synchronized (thread-safe).
Public propertySyncRoot
Gets an object that can be used to synchronize access to the IStringCollection.

See Also