SimpleHashtable(UInt32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SimpleHashtable klasse met behulp van de opgegeven drempelwaarde.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

threshold
UInt32

Het aantal items waarop de hash-tabel moet worden aangepast.

Van toepassing op

Zie ook