Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryIsFixedSize Property

Indicating that the dictionary is not fixed size.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
bool IDictionary.IsFixedSize { get; }

Property Value

Type: Boolean

Implements

IDictionaryIsFixedSize
See Also