Tagged Questions
1
vote
3answers
729 views
Unmodifiable lists in C#
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 ...