Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Zetetic
Chain
ContextBase
C# Class Zetetic.Chain.ContextBase
Inheritance:
System.MarshalByRefObject
,
IContext
显示文件
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