From what I can tell, .NET 4.0 still lacks read-only lists. Why does the framework still lack this functionality? Isn\'t this one of the commonest pieces of functionality fo
What's wrong with System.Collections.ObjectModel.ReadOnlyCollection?