Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValueIsReadOnly Property

Gets a value indicating whether this instance is read only.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IsReadOnly { get; }
Request Example View Source

Property Value

Type: Boolean
Returns false.
See Also