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

Morten Aune Lyrstad edited this page Apr 16, 2022 · 26 revisions

IndexNamespace IndexDictionaryExtensions

Summary

public static TValue GetOrAdd<TKey, TValue, TContext>(this ConcurrentDictionary<TKey, TValue> dictionary, TKey key, TContext context, Func<TContext, TKey, TValue> activator)

Returns

TValue

Parameters

Clone this wiki locally