Click or drag to resize
RangeCollectionIsReadOnly Property
Returns whether this collection is considered read-only. The Range is not changeable through ICollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollectionTIsReadOnly
See Also