Click or drag to resize

MarshalByRefReadOnlyCollectionBaseIsSynchronized Property

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

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean
A value indicating whether access to the collection is synchronized.

Implements

ICollectionIsSynchronized
See Also