| IList: IsReadOnly (get) |
Returns if the list is read-only.
Public Property Get IsReadOnly ( ) As Boolean
A read-only list can only view the elements in the list, however, elements cannot be added, removed, or modified.
Read Only.
Project VBCorLib Overview Class IList Overview IList Properties IList Methods IsFixedSize (get) Item (get)