Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryIsReadOnly Property

Indicates that the dictionary may be modified.

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

Property Value

Type: Boolean

Implements

IDictionaryIsReadOnly
See Also