Mono Class Library: OverviewSystem.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
[read-only] Count int. Gets the number of key-and-value pairs contained in the current instance. [read-only] IsFixedSize bool. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.IsFixedSize.] [read-only] IsReadOnly bool. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.IsReadOnly.] [read-only] IsSynchronized bool. Implemented to support the ICollection interface. [Note: For more information, see ICollection.IsSynchronized.] default propertyItem(object) object. Gets or sets the value in the current instance that is associated with the specified key. [read-only] Keys ICollection. Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.Keys.] [read-only] SyncRoot object. Gets a object that can be used to synchronize access to the current instance. [read-only] Values ICollection. Gets a ICollection containing the values of the current instance.
comparer IComparer. Documentation for this section has not yet been entered. [read-only] EqualityComparer IEqualityComparer. Documentation for this section has not yet been entered. hcp IHashCodeProvider. Documentation for this section has not yet been entered.