다음을 통해 공유


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

해시 테이블 크기를 조정해야 하는 항목의 개수입니다.

적용 대상

추가 정보