In Java, one can use the Collections#unmodifiableList() method to create an unmodifiable list from an existing List object. Is there any counterpart in C# ? I'm new to the language and haven't been able to find anything like this in the MSDN docs.
|
feedback
|
| |||||||||||||||
feedback
|
|
Net framework offers that http://stackoverflow.com/questions/984042/unmodifiablelist-in-net-4-0 | |||
|
feedback
|
|
There are quite a few questions covering this, including: http://stackoverflow.com/questions/1326574/properly-exposing-a-listt | |||
|
feedback
|