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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

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

Field Value

Return Value

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

Implements

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

See Also