See Also: ReadOnlyCollection<T> Members
- T
- Documentation for this section has not yet been entered.
An instance of the System.Collections.ObjectModel.ReadOnlyCollection`1 generic class is always read-only. A collection that is read-only is simply a collection with a wrapper that prevents modifying the collection; therefore, if changes are made to the underlying collection, the read-only collection reflects those changes. See System.Collections.ObjectModel.Collection`1 for a modifiable version of this class.