When implemented by a class, gets a value
indicating whether the collection is read-only.
true
if the collection is read-only; otherwise,
false
. The default should be false
.
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
ICollection2 Interface | ICollection2 Members | Foley.Utilities.Collections Namespace