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