SimpleThreadSafeDictionary<TKey, TValue> public class SimpleThreadSafeDictionary<TKey, TValue> Documentation public SimpleThreadSafeDictionary() public bool Contains(TKey key) public TValue[] EjectAllValues() public TValue GetOrAdd(TKey key, Func<TKey, TValue> factory) public TValue GetOrThrow(TKey key)