Method | Description | |
---|---|---|
ReadFromDictionary ( string key ) : object | ||
WriteFromDictionary ( string key, object value ) : object |
Method | Description | |
---|---|---|
ReadFromContext ( string key ) : object | ||
WriteToContext ( string key, object value ) : void |
public ReadFromDictionary ( string key ) : object | ||
key | string | |
return | object |
public WriteFromDictionary ( string key, object value ) : object | ||
key | string | |
value | object | |
return | object |