Click or drag to resize

EAPCollectionBaseIsSynchronized Property

true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also