ICustomDataAddOrUpdate Method |
Name | Description | |
---|---|---|
AddOrUpdate(String) |
Adds an element with the provided key to the dictionary.
If an element with the provided key exists - updates the element.
| |
AddOrUpdate(String, Object) |
Adds an element with the provided key and value to the dictionary.
If an element with the provided key exists - updates the element.
|