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.4.0.0 (5.4.0)
Syntax Object ICollection.SyncRoot { get; }
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
Property Value
Type:
ObjectReturn Value
Type:
ObjectAn object that can be used to synchronize access to the
ICollection.
Implements
ICollectionSyncRootSee Also