ArrayList: IsReadOnly (get)

IsReadOnly

Returns if the list is read-only.



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  Value indicating if the list is read-only.

Remarks

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.

See Also

Class ArrayList Overview ArrayList Properties ArrayList Methods IsFixedSize (get) Item (get)