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