CollectionCoreTICollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
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 bool ICollection.IsSynchronized { get; }
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollectionIsSynchronizedSee Also