SimpleHashtable(UInt32) 构造函数

定义

使用指定的阈值初始化类的新实例 SimpleHashtable

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

threshold
UInt32

哈希表必须调整其大小的项目数。

适用于

另请参阅