C# Class Microsoft.JScript.SimpleHashtable

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( Object key ) : void
SimpleHashtable ( uint threshold ) : System
this ( Object key ) : Object

Private Methods

Method Description
GetHashtableEntry ( Object key, uint hashCode ) : HashtableEntry
IgnoreCaseGet ( String name ) : Object
Rehash ( ) : void

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

Remove() public method

public Remove ( Object key ) : void
key Object
return void

SimpleHashtable() public method

public SimpleHashtable ( uint threshold ) : System
threshold uint
return System

this() public method

public this ( Object key ) : Object
key Object
return Object