ArrayList: IsFixedSize (get)

IsFixedSize

Returns if the list is fixed-size.



 Public Property Get IsFixedSize ( ) As Boolean

Return Values

Boolean -  Value indicating if the list is fixed-size.

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

Class ArrayList Overview ArrayList Properties ArrayList Methods IObject_Equals IsReadOnly (get)