SimpleHashtable Class

Definition

A hash table for the internal storage of items.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class SimpleHashtable sealed
public sealed class SimpleHashtable
type SimpleHashtable = class
Public NotInheritable Class SimpleHashtable
Inheritance
SimpleHashtable

Constructors

SimpleHashtable(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SimpleHashtable class, using the specified threshold.

Properties

Item[Object]

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the item that has the specified key.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an enumerator for the hash table.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Remove(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the item with the specified key from the hash table.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also