Tagged Questions

5
votes
5answers
1k views

readonly list or unmodifiable list in .NET 4.0

From what I can tell, .NET 4.0 still lacks readonly lists. Can anyone shed light on why the framework still lacks this functionality? Isn't this one of the commonest pieces of functionality for domain ...