C# ReadOnlyCollectionBase Kullanımı Ile ilgili detaylı notlar
With this type from System.Collections.ObjectModel, we provide a collection of elements that cannot be changed. But it may be possible to change some elements themselves.I agree. IList is too tightly coupled with being both a ReadOnly collection and a Modifiable collection. IList should have inherited from an IReadOnlyList.I was thinking about crea