| ConcurrentCollectionTIsSynchronized Property |
Gets a value indicating whether access to the
ConcurrentCollectionT is synchronized (thread safe). This is always true.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public bool IsSynchronized { get; }
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Collections.ConcurrentCollection`1.IsSynchronized"]
Implements
ICollectionIsSynchronizedSee Also