Click or drag to resize

CollectionCoreTICollectionSyncRoot Property

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

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
Object ICollection.SyncRoot { get; }

Property Value

Type: Object

Return Value

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

Implements

ICollectionSyncRoot
See Also