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

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.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

IList..::..IsReadOnly

See Also