ArrayList: IsFixedSize (get)

IsFixedSize

Returns if the list is fixed-size.



 Public Property Get IsFixedSize ( ) As Boolean

Return Values

Boolean -  True if the list is fixed-size; otherwise False

Remarks

All operations on the list can be executed as long as the number of items dont change, this includes the capacity of the underlying array.

Read Only.

See Also

Project CorLib Overview

Class ArrayList Overview