Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.DictionaryExtensions.GetOrAdd

Malware edited this page Dec 25, 2018 · 26 revisions

IndexDictionaryExtensions

Summary

public TValue GetOrAdd<TKey, TValue, TContext>(ConcurrentDictionary<TKey, TValue> dictionary, TKey key, TContext context, Func<T1, T2, TResult> activator)

Returns

TValue

Parameters

Clone this wiki locally