The IStringStringDictionary type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| Clear |
Removes all elements from the IStringStringDictionary.
| |
| Contains |
Determines whether the IStringStringDictionary
contains the specified String key.
| |
| CopyTo |
Copies the entire IStringStringCollection
to a one-dimensional Array of NameValueEntry elements,
starting at the specified index of the target array.
(Inherited from IStringStringCollection.) | |
| GetEnumerator |
Returns an IStringStringEnumerator that can
iterate through the IStringStringCollection.
(Inherited from IStringStringCollection.) | |
| Remove |
Removes the element with the specified String key
from the IStringStringDictionary.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the
IStringStringCollection.
(Inherited from IStringStringCollection.) | |
| IsFixedSize |
Gets a value indicating whether the
IStringStringDictionary has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the
IStringStringDictionary is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the
IStringStringCollection is synchronized (thread-safe).
(Inherited from IStringStringCollection.) | |
| Item | ||
| Keys |
Gets an IStringCollection containing the keys
in the IStringStringDictionary.
| |
| SyncRoot |
Gets an object that can be used to synchronize access
to the IStringStringCollection.
(Inherited from IStringStringCollection.) | |
| Values |
Gets an IStringCollection containing the values
in the IStringStringDictionary.
|