Gets a value indicating whether the ICollection<(Of <(T>)>) is read-only.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool IsReadOnly { get; }

Return Value

true if the ICollection<(Of <(T>)>) is read-only; otherwise, false.

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

See Also