IList: IsFixedSize (get)

IsFixedSize

Returns if the list is fixed-size.



 Public Property Get IsFixedSize ( ) As Boolean

Return Values

Boolean -  Indication of the list being fixed-size.

Remarks

A fixed-size list can have the elements changed, however, elements cannot be added or removed.

Read Only.

See Also

Project VBCorLib Overview Class IList Overview IList Properties IList Methods Insert IsReadOnly (get)