Gets a value indicating whether the IList has a fixed size.
true if the current instance has a fixed size; otherwise, false.
A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.