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; }
Public ReadOnly Property SyncRoot As Object
Get
Property Value
Type:
ObjectAn object that can be used to synchronize access to the collection.
Implements
ICollectionSyncRootSee Also