| ArrayList: IsFixedSize (get) |
Returns if the list is fixed-size.
Public Property Get IsFixedSize ( ) As Boolean
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.
Project VBCorLib Overview Class ArrayList Overview ArrayList Properties ArrayList Methods IObject IsReadOnly (get)