SafeDictionaryTKey, TValueIsSynchronized Property |
Returns true if dictionary is synchronized.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public override bool IsSynchronized { get; }
Property Value
Type:
BooleanImplements
ICollectionIsSynchronizedRemarks
Current implementation ensures thread-safety for read/write operations (read operations are safe to be performed without the need for locking).
To synchronize enumeration or multiple operations use
SyncRoot.
See Also