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

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean

Return Value

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

Implements

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

See Also