The members of System.Collections.Hashtable are listed below.
See Also: Inherited members from System.Object
| Constructs and initializes a new instance of the Hashtable class. | ||
| Constructs and initializes a new instance of the Hashtable class using the values of the specified IDictionary. | ||
| Documentation for this section has not yet been entered. | ||
| Constructs and initializes a new instance of the Hashtable class with the specified initial capacity. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Constructs and initializes a new instance of the Hashtable class with the specified IHashCodeProvider and the specified IComparer. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Constructs and initializes a new instance of the Hashtable class using the values of the specified IDictionary, the specified IHashCodeProvider, and the specified IComparer. | ||
| Documentation for this section has not yet been entered. | ||
| Constructs and initializes a new instance of the Hashtable class with the specified initial capacity, the specified IHashCodeProvider, and the specified IComparer. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Documentation for this section has not yet been entered. |
| [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 property | Item(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. |
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()Creates a object that is a copy of the current instance. | ||
Contains(object)Determines whether the current instance contains the specified key. | ||
ContainsKey(object)Determines whether the current instance contains an entry with the specified key. | ||
ContainsValue(object)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()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)Returns a synchronized (thread-safe) wrapper for the specified Hashtable. | |
| IEnumerable.GetEnumerator | Implemented to support the IEnumerable interface. [Note: For more information, see IEnumerable.GetEnumerator.] |