.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.ICollection..::.IsSynchronized Property |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
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; } |