Share via


Collection.IListIsFixedSize Property

Gets a value indicating whether the Collection object has a fixed size. Implements the IList interface.

Namespace: Microsoft.VisualBasic

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

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

Return Value

Returns True if the Collection object has a fixed size; otherwise, False.

Remarks

A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.

Version Information

.NET Framework

Supported in: 2.0, 1.1, 1.0

See Also

Reference

Collection
IList
IsFixedSize