NonGenericDictionary class

NonGenericDictionary class

Represents a non generic dictionary.

The NonGenericDictionary type exposes the following members:

Properties

PropertyDescription
is_fixed_sizeGets a value indicating whether the
IDictionary object has a fixed size.
is_read_onlyGets a value indicating whether the
IDictionary object is read-only.
keysGets an
ICollection object containing the keys of the
IDictionary object.
valuesGets an
ICollection object containing the values in the
IDictionary object.

Methods

MethodDescription
removeRemoves the element with the specified key from the
IDictionary object.
addAdds an element with the provided key and value to the
IDictionary object.
clearRemoves all elements from the
IDictionary object.

See Also