Click or drag to resize

Items Methods

The Items 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
Public methodRemove
Removes the element with the specified key
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an Enumerator the iterates through a collection
Top
See Also