Mono Class Library: Overview

System.Collections.Hashtable: Property Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint. Gets the number of key-and-value pairs contained in the current instance.
[read-only]
IsFixedSizebool. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.IsFixedSize.]
[read-only]
IsReadOnlybool. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.IsReadOnly.]
[read-only]
IsSynchronizedbool. Implemented to support the ICollection interface. [Note: For more information, see ICollection.IsSynchronized.]
default property
Item(object)object. Gets or sets the value in the current instance that is associated with the specified key.
[read-only]
KeysICollection. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.Keys.]
[read-only]
SyncRootobject. Gets a object that can be used to synchronize access to the current instance.
[read-only]
ValuesICollection. Gets a ICollection containing the values of the current instance.

Protected Properties

comparerIComparer. Documentation for this section has not yet been entered.
[read-only]
EqualityComparerIEqualityComparer. Documentation for this section has not yet been entered.
hcpIHashCodeProvider. Documentation for this section has not yet been entered.