Click or drag to resize

ICustomDataAddOrUpdateAsync Method

IT Hit User File System
Overload List
  NameDescription
Public methodAddOrUpdateAsync(String)
Adds an element with the provided key the dictionary. If an element with the provided key exists - updates the element.
Public methodAddOrUpdateAsync(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.
Top
See Also