MutableDictionarySet Method |
| Name | Description | |
|---|---|---|
| Set(IDictionaryString, Object) |
Replaces the contents of this dictionary with the contents of the
given one
| |
| Set(String, Blob) |
Sets the given key to the given value
| |
| Set(String, MutableArray) |
Sets the given key to the given value
| |
| Set(String, MutableDictionary) |
Sets the given key to the given value
| |
| Set(String, Boolean) |
Sets the given key to the given value
| |
| Set(String, DateTimeOffset) |
Sets the given key to the given value
| |
| Set(String, Double) |
Sets the given key to the given value
| |
| Set(String, Int32) |
Sets the given key to the given value
| |
| Set(String, Int64) |
Sets the given key to the given value
| |
| Set(String, Object) |
Sets the given key to the given value
| |
| Set(String, Single) |
Sets the given key to the given value
| |
| Set(String, String) |
Sets the given key to the given value
|