Process
|
Name | Description | |
---|---|---|
GetOrAdd(TKey, TValue) | Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist. | |
GetOrAdd(TKey, FuncTKey, TValue) | Adds a key/value pair to the ProcessDictionaryTKey, TValue if the key does not already exist. |