ConcurrentDictionaryExtensions static class ConcurrentDictionaryExtensions Documentation Code public static TValue GetOrAdd<TKey, TValue, TArg>(this ConcurrentDictionary<TKey, TValue> dictionary, TKey key, Func<TKey, TArg, TValue> valueFactory, TArg factoryArgument)