The properties of System.Collections.IDictionary are listed below. For a list of all members, see the IDictionary Members list.
[read-only] IsFixedSize bool. Gets a value indicating whether the current instance has a fixed size. [read-only] IsReadOnly bool. Gets a value indicating whether the current instance is read-only. default propertyItem(object) object. Gets or sets the element in the current instance that is associated with the specified key. [read-only] Keys ICollection. Gets a ICollection containing the keys of the current instance. [read-only] Values ICollection. Gets a ICollection containing the values in the current instance.