Class ThreadSafeReference.Dictionary<TValue>
A reference to a IDictionary<TKey, TValue> intended to be passed between threads.
To resolve a thread-safe reference on a target Realm on a different thread, pass it to ResolveInherited Members
Namespace: Realms
Assembly: Realm.dll
Syntax
public class ThreadSafeReference.Dictionary<TValue> : ThreadSafeReference
Type Parameters
Name | Description |
---|---|
TValue | The type of the dictionary values. |
Remarks
A Thread