ArrayList: IsReadOnly (get)

IsReadOnly

Returns if the list is read-only.



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  True if the list is read-only; otherwise False

Remarks

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.

See Also

Project CorLib Overview

Class ArrayList Overview