ICollection.IsSynchronized Property
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ConcurrentStack<(Of <(T>)>)..::.ICollection..::.IsSynchronized Property |
| ConcurrentStack<(Of <(T>)>) 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; } |