Mono Class Library: Overview

System.Collections.IDictionary: Property Members

The properties of System.Collections.IDictionary are listed below. For a list of all members, see the IDictionary Members list.

Public Properties

[read-only]
IsFixedSizebool. Gets a value indicating whether the current instance has a fixed size.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
default property
Item(object)object. Gets or sets the element in the current instance that is associated with the specified key.
[read-only]
KeysICollection. Gets a ICollection containing the keys of the current instance.
[read-only]
ValuesICollection. Gets a ICollection containing the values in the current instance.