Click or drag to resize

DictionaryBaseTKey, TValue Methods

The DictionaryBaseTKey, TValue type exposes the following members.

Methods
 NameDescription
Public methodAdd(KeyValuePairTKey, TValue) Adds an item to the ICollectionT.
Public methodAdd(TKey, TValue) Adds a element with the provided key and value to the ICollectionT.
Public methodClear Removes all items from the IDictionaryTKey, TValue.
Public methodContains Determines whether the IDictionaryTKey, TValue contains a specific value.
Public methodContainsKey Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
Public methodCopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodRemove Removes the element with the specified key from the IDictionaryTKey, TValue.
Public methodTryGetValue Gets the value associated with the specified key.
Top
See Also