Click or drag to resize

ProcessDictionaryTKey, TValueAddOrUpdate Method

Overload List
  Name Description
Public method AddOrUpdate(TKey, TValue) Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ProcessDictionaryTKey, TValue if the key already exists.
Public method AddOrUpdate(TKey, FuncTKey, TValue) Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ProcessDictionaryTKey, TValue if the key already exists.
Public method AddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ProcessDictionaryTKey, TValue if the key already exists.
Public method AddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ProcessDictionaryTKey, TValue if the key already exists.
Top
See Also