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 aren't changed in the list.
Read Only.