Click or drag to resize

MarshalByRefCollectionBaseSyncRoot Property

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

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

Property Value

Type: Object

An object that can be used to synchronize access to the collection.

Implements

ICollectionSyncRoot
See Also