SafeDictionaryTKey, TValueIsSynchronized Property |
Returns true if dictionary is synchronized.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax Remarks
Current implementation ensures thread-safety for write operations.
If you need synchronize reading(iterating thru collection) use SyncRoot for read/write access in all places where the r/w operations are used.
See Also