Click or drag to resize

ProcessDictionaryTKey, TValueGetOrAdd Method

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