SafeDictionaryTKey, TValueIsSynchronized Property |
Returns true if dictionary is synchronized.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax Remarks
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