|
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; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Request Example
View SourceProperty Value
Type:
Boolean
Returns
false.
See Also