SimpleHashtable(UInt32) Construtor
Definição
Inicializa uma nova instância da classe SimpleHashtable, usando o limite especificado.Initializes a new instance of the SimpleHashtable class, using the specified threshold.
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.The number of items at which the hash table must be resized.