C# Class gov.va.medora.mdo.IndexedHashtable

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Object key, Object value ) : void
Clear ( ) : void
ContainsKey ( String target ) : bool
GetKey ( int index ) : Object
GetValue ( String key ) : Object
GetValue ( int index ) : Object
IndexedHashtable ( ) : System
IndexedHashtable ( int capacity ) : System
Remove ( Object key ) : void

Method Details

Add() public méthode

public Add ( Object key, Object value ) : void
key Object
value Object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( String target ) : bool
target String
Résultat bool

GetKey() public méthode

public GetKey ( int index ) : Object
index int
Résultat Object

GetValue() public méthode

public GetValue ( String key ) : Object
key String
Résultat Object

GetValue() public méthode

public GetValue ( int index ) : Object
index int
Résultat Object

IndexedHashtable() public méthode

public IndexedHashtable ( ) : System
Résultat System

IndexedHashtable() public méthode

public IndexedHashtable ( int capacity ) : System
capacity int
Résultat System

Remove() public méthode

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