Gets a value indicating whether access to the ICollection is
synchronized with the SyncRoot.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized |
C# |
---|
bool ICollection.IsSynchronized { get; } |
Field Value
true if access to the
ICollection is synchronized
(thread safe); otherwise, false. For
ConcurrentDictionary<(Of <(TKey, TValue>)>), this property always
returns false.
Implements
ICollection..::.IsSynchronized
See Also