Method | Description | |
---|---|---|
DictionaryWrapper ( IMethodReturnMessage message, IDictionary wrappedDictionary ) : System |
Method | Description | |
---|---|---|
AllocInternalProperties ( ) : IDictionary | ||
GetMethodProperty ( string key ) : object | ||
SetMethodProperty ( string key, object value ) : void |
protected AllocInternalProperties ( ) : IDictionary | ||
return | IDictionary |
public DictionaryWrapper ( IMethodReturnMessage message, IDictionary wrappedDictionary ) : System | ||
message | IMethodReturnMessage | |
wrappedDictionary | IDictionary | |
return | System |
protected GetMethodProperty ( string key ) : object | ||
key | string | |
return | object |
protected SetMethodProperty ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |