Class ThreadSafeReference.Set<T>
A reference to a ISet<T> 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.Set<T> : ThreadSafeReference
Type Parameters
Name | Description |
---|---|
T | The type of the objects contained in the set. |
Remarks
A Thread