Share via


Collection.IListIsReadOnly Property

Gets a value indicating whether the Collection object is read-only. Implements the IList interface.

Namespace: Microsoft.VisualBasic

Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)

Private ReadOnly Property IListIsReadOnly() As Boolean _
   Implements IList.IsReadOnly
private bool IListIsReadOnly { get; }

Return Value

Returns True if the Collection object is read-only; otherwise, False.

Remarks

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

Version Information

.NET Framework

Supported in: 2.0, 1.1, 1.0

See Also

Reference

Collection
IList
IsReadOnly