Compartilhar via


SimpleHashtable(UInt32) Construtor

Definição

Inicializa uma nova instância da classe SimpleHashtable, usando o limite especificado.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

threshold
UInt32

O número de itens em que a tabela de hash deve ser redimensionada.

Aplica-se a

Confira também