Prefab Drawer API Documentation
C#
C#
Show/Hide TOC
Monitored
Array
<
T
>
.
Is
Synchronized 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#
Copy
public
bool
IsSynchronized {
get
; }
Return Value
Boolean
true
if access to the
ICollection
is synchronized (thread safe); otherwise,
false
.
Implements
ICollection
.
IsSynchronized
See Also
Reference
MonitoredArray
<
T
>
Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Return Value
Implements
See Also