SimpleHashtable(UInt32) Konstruktor

Definicja

Inicjuje SimpleHashtable nowe wystąpienie klasy przy użyciu określonego progu.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 SimpleHashtable(System::UInt32 threshold);
public SimpleHashtable (uint threshold);
new Microsoft.JScript.SimpleHashtable : uint32 -> Microsoft.JScript.SimpleHashtable
Public Sub New (threshold As UInteger)

Parametry

threshold
UInt32

Liczba elementów, w których należy zmienić rozmiar tabeli skrótów.

Dotyczy

Zobacz też