Click or drag to resize

DataDictionary Methods

The DataDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an element with the provided key and value to the IDictionary object.
Public methodClear
Removes all elements from the IDictionary object.
Public methodContains
Determines whether the IDictionary object contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the IDictionary object.
Protected methodOnCollectionChanged
Called when collection changed.
Public methodRemove
Removes the element with the specified key from the IDictionary object.
Public methodTryGetValue
Tries to get the values for the specified key.
Top
Extension Methods
  NameDescription
Public Extension MethodImplode
Creates a separated string from the items of a collection. Mostly used for debugging issues.
(Defined by CollectionUtils.)
Top
See Also