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

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method 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 method

public Add ( Object key, Object value ) : void
key Object
value Object
return void

Clear() public method

public Clear ( ) : void
return void

ContainsKey() public method

public ContainsKey ( String target ) : bool
target String
return bool

GetKey() public method

public GetKey ( int index ) : Object
index int
return Object

GetValue() public method

public GetValue ( String key ) : Object
key String
return Object

GetValue() public method

public GetValue ( int index ) : Object
index int
return Object

IndexedHashtable() public method

public IndexedHashtable ( ) : System
return System

IndexedHashtable() public method

public IndexedHashtable ( int capacity ) : System
capacity int
return System

Remove() public method

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