MonitoredArrayTIsSynchronized Property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Definition

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

Return Value

Boolean
if access to the ICollection is synchronized (thread safe); otherwise, .

Implements

ICollectionIsSynchronized

See Also