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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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