The KeyMap type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of key/value pairs contained in the Hashtable.
(Inherited from Hashtable.)
Public property IsFixedSize
Gets a value indicating whether the Hashtable has a fixed size.
(Inherited from Hashtable.)
Public property IsReadOnly
Gets a value indicating whether the Hashtable is read-only.
(Inherited from Hashtable.)
Public property IsSynchronized
Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
(Inherited from Hashtable.)
Public property Item
Gets or sets the value associated with the specified key.
(Inherited from Hashtable.)
Public property Keys
Gets an ICollection containing the keys in the Hashtable.
(Inherited from Hashtable.)
Public property SyncRoot
Gets an object that can be used to synchronize access to the Hashtable.
(Inherited from Hashtable.)
Public property Tag
Gets or sets user data associated with the keymap.
Public property Values
Gets an ICollection containing the values in the Hashtable.
(Inherited from Hashtable.)

See Also