Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondIsReadOnly Property

Gets a value indicating whether the ICollectionT 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

Implements

IDictionaryIsReadOnly
See Also