ThreadSafeDictionaryTKey, TValue | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class that is empty and uses the default comparer and Auto hashing strategy. |
ThreadSafeDictionaryTKey, TValue(IEqualityComparerTKey, HashingStrategy) | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class that is empty and uses the specified comparer and hashing strategy. |
ThreadSafeDictionaryTKey, TValue(Int32, HashingStrategy) | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class that is empty and uses the default comparer and the specified hashing strategy. |
ThreadSafeDictionaryTKey, TValue(SerializationInfo, StreamingContext) | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class from serialized data. |
ThreadSafeDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey, HashingStrategy) | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class from the specified collection and uses the specified comparer and hashing strategy. |
ThreadSafeDictionaryTKey, TValue(Int32, IEqualityComparerTKey, HashingStrategy) | Initializes a new instance of the ThreadSafeDictionaryTKey, TValue class that is empty and uses the specified comparer and hashing strategy. |