C# Class SpecAid.RecallAid

Mostrar archivo Open project: ITAGroup/SpecAid

Public Methods

Method Description
ContainsKey ( Type type ) : bool
ContainsKey ( string key ) : bool
Remove ( Type type ) : void
Remove ( string key ) : void
this ( Type type ) : object
this ( string key ) : object

Private Methods

Method Description
NormalizeKey ( string key ) : string
RecallAid ( ) : System

Method Details

ContainsKey() public method

public ContainsKey ( Type type ) : bool
type System.Type
return bool

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

Remove() public method

public Remove ( Type type ) : void
type System.Type
return void

Remove() public method

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

this() public method

public this ( Type type ) : object
type System.Type
return object

this() public method

public this ( string key ) : object
key string
return object