When implemented by a class, gets a value
indicating whether the collection has a fixed size.
true
if the collection has a fixed size; otherwise,
false
. The default should be 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.
ICollection2 Interface | ICollection2 Members | Foley.Utilities.Collections Namespace