Click or drag to resize

DataDictionaryTKey, TValue Methods

The DataDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Overrides DataDictionaryAdd(Object, Object).)
Public methodAdd(TKey, TValue)
Public methodClear
Removes all elements from the IDictionary object.
(Overrides DataDictionaryClear.)
Public methodContains(KeyValuePairTKey, TValue)
Public methodContains(Object)
Determines whether the IDictionary object contains an element with the specified key.
(Overrides DataDictionaryContains(Object).)
Public methodContainsKey
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Overrides DataDictionaryCopyTo(Array, Int32).)
Public methodCopyTo(KeyValuePairTKey, TValue, Int32)
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the IDictionary object.
(Overrides DataDictionaryGetEnumerator.)
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(Object)
Removes the element with the specified key from the IDictionary object.
(Overrides DataDictionaryRemove(Object).)
Public methodRemove(TKey)
Public methodTryGetValue(Object, Object)
Tries to get the values for the specified key.
(Overrides DataDictionaryTryGetValue(Object, Object).)
Public methodTryGetValue(TKey, TValue)
Gets the value associated with the specified key.
Top
Extension Methods
See Also