| IList: IsFixedSize (get) |
Returns if the list is fixed-size.
Public Property Get IsFixedSize ( ) As Boolean
A fixed-size list can have the elements changed, however, elements cannot be added or removed.
Read Only.
Project VBCorLib Overview Class IList Overview IList Properties IList Methods Insert IsReadOnly (get)