System.Collections.Generic.DictionaryExtensions.GetOrAdd - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️