The IStringStringCollection type exposes the following members.

Methods

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

Properties

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

See Also