Click or drag to resize
Accord.NET (logo)

PriorityQueueTIsReadOnly Property

Gets a value indicating whether this instance is read only (returns false).

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, as instances of this class are not read only.
See Also