ICustomDataAddOrUpdateAsync Method |
| Name | Description | |
|---|---|---|
| AddOrUpdateAsync(String) |
Adds an element with the provided key the dictionary.
If an element with the provided key exists - updates the element.
| |
| AddOrUpdateAsync(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.
|