Method | Description | |
---|---|---|
GetDictionaryValue ( IDictionary dictionary, object key ) : object | ||
RaiseException ( |
||
SetDictionaryValue ( IDictionary dictionary, object key, object value ) : void |
public static GetDictionaryValue ( IDictionary dictionary, object key ) : object | ||
dictionary | IDictionary | |
key | object | |
return | object |
public static RaiseException ( |
||
ex | ||
return | void |
public static SetDictionaryValue ( IDictionary dictionary, object key, object value ) : void | ||
dictionary | IDictionary | |
key | object | |
value | object | |
return | void |