MonitoredArrayTSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public Object SyncRoot { get; }

Return Value

Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot

See Also