System.Collections.Generic.DictionaryExtensions.GetOrAdd - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← DictionaryExtensions
public static TValue GetOrAdd<TKey, TValue, TContext>(this ConcurrentDictionary<TKey, TValue> dictionary, TKey key, TContext context, Func<TContext, TKey, TValue> activator)
- ConcurrentDictionary<TKey, TValue> prohibited dictionary
- TKey key
- TContext context
- Func<TContext, TKey, TValue> activator