How can I expose a List so that it is readonly, but can be set privately?
List
This doesn\'t work:
public List myList
There's a collection called ReadOnlyCollection - is that what you're looking for?
ReadOnlyCollection