C# Class Zetetic.Chain.ContextBase

Inheritance: System.MarshalByRefObject, IContext
Exibir arquivo Open project: skradel/Zetetic.Chain Class Usage Examples

Protected Properties

Property Type Description
BaseStorage object>.Dictionary

Public Methods

Method Description
Remove ( string key ) : void
this ( string key ) : object

Method Details

Remove() public method

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

this() public method

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

Property Details

BaseStorage protected_oe property

protected Dictionary BaseStorage
return object>.Dictionary