C# 클래스 Microsoft.JScript.SimpleHashtable

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( Object key ) : void
SimpleHashtable ( uint threshold ) : System
this ( Object key ) : Object

비공개 메소드들

메소드 설명
GetHashtableEntry ( Object key, uint hashCode ) : HashtableEntry
IgnoreCaseGet ( String name ) : Object
Rehash ( ) : void

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

Remove() 공개 메소드

public Remove ( Object key ) : void
key Object
리턴 void

SimpleHashtable() 공개 메소드

public SimpleHashtable ( uint threshold ) : System
threshold uint
리턴 System

this() 공개 메소드

public this ( Object key ) : Object
key Object
리턴 Object