Mono Class Library: Overview

System.Collections.Hashtable: Method Members

The methods 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 Methods

Add(object, object)
Adds an entry with the specified key and value into the current instance.
Clear()
Removes all entries from the current instance.
Clone() : object
Creates a object that is a copy of the current instance.
Contains(object) : bool
Determines whether the current instance contains the specified key.
ContainsKey(object) : bool
Determines whether the current instance contains an entry with the specified key.
ContainsValue(object) : bool
Determines whether the current instance contains an entry with the specified value.
CopyTo(Array, int)
Copies the entries of the current instance to a one-dimensional Array starting at the specified index.
GetEnumerator() : IDictionaryEnumerator
Returns a IDictionaryEnumerator for the current instance.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
OnDeserialization(object)
Documentation for this section has not yet been entered.
Remove(object)
Removes the entry with the specified key from the current instance.
static
Synchronized(Hashtable) : Hashtable
Returns a synchronized (thread-safe) wrapper for the specified Hashtable.

Protected Methods

GetHash(object) : int
Generates a hash code for the specified key in the current instance.
KeyEquals(object, object) : bool
Determines whether the specified object and the specified key in the current instance represent the same value.