Click or drag to resize
IRegionTKey, TValueAdd Method
Overload List
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionary.
Public methodAdd(TKey, TValue, Object)
Creates a new entry in this region with the specified key and value, passing the callback argument to any cache writers and cache listeners that are invoked in the operation.
Top
See Also