Click or drag to resize

EquatableListTICollectionSyncRoot Property

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

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Object ICollection.SyncRoot { get; }

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also