ArrayList: IsReadOnly (get) |
Returns if the list is read-only.
Public Property Get IsReadOnly ( ) As Boolean
All operations on the list can be executed as long as the number of items dont change, and the items arent changed in the list.
Read Only.
Class ArrayList Overview ArrayList Properties ArrayList Methods IsFixedSize (get) Item (get)