The IStringStringDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the specified String key and String value to the IStringStringDictionary.
Public methodClear
Removes all elements from the IStringStringDictionary.
Public methodContains
Determines whether the IStringStringDictionary contains the specified String key.
Public methodCopyTo
Copies the entire IStringStringCollection to a one-dimensional Array of NameValueEntry elements, starting at the specified index of the target array.
(Inherited from IStringStringCollection.)
Public methodGetEnumerator
Returns an IStringStringEnumerator that can iterate through the IStringStringCollection.
(Inherited from IStringStringCollection.)
Public methodRemove
Removes the element with the specified String key from the IStringStringDictionary.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the IStringStringCollection.
(Inherited from IStringStringCollection.)
Public propertyIsFixedSize
Gets a value indicating whether the IStringStringDictionary has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IStringStringDictionary is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the IStringStringCollection is synchronized (thread-safe).
(Inherited from IStringStringCollection.)
Public propertyItem
Gets or sets the String value associated with the specified String key.
Public propertyKeys
Gets an IStringCollection containing the keys in the IStringStringDictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the IStringStringCollection.
(Inherited from IStringStringCollection.)
Public propertyValues
Gets an IStringCollection containing the values in the IStringStringDictionary.

See Also