C# Class Microsoft.JScript.SimpleHashtable

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( Object key ) : void
SimpleHashtable ( uint threshold ) : System
this ( Object key ) : Object

Private Methods

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

Method Details

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

Remove() public méthode

public Remove ( Object key ) : void
key Object
Résultat void

SimpleHashtable() public méthode

public SimpleHashtable ( uint threshold ) : System
threshold uint
Résultat System

this() public méthode

public this ( Object key ) : Object
key Object
Résultat Object