StaticDictionary<TKey, TValue> Class
Namespace: PTS.Concurrency
Assembly: PTS.Concurrency.dll
Represents an accessor to static thread-safe collection of key/value pairs that can be accessed by multiple threads concurrently.
Syntax
public static class StaticDictionary<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | The type of the keys in the dictionary. |
TValue | The type of the values in the dictionary. |
Inheritance
System.Object
StaticDictionary<TKey, TValue>
Fields
Instance
Static instance of thread-safe collection of key/value pairs.
Declaration
public static readonly IDictionary<TKey, TValue> Instance
Field Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue> |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()