IDictionary.IsReadOnly Property
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.IDictionary..::.IsReadOnly Property |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets a value indicating whether the IDictionary<(Of <(TKey, TValue>)>) is read-only.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly |
| C# |
|---|
bool IDictionary.IsReadOnly { get; } |