0
kicks
Passing ReadOnlyCollection using the AsReadonly method so that user ca
This was new to me so as always I decided to share with all. The generic List has a method AsReadonly. The methods can be used if you want to pass the list as readonly. The return value of the method is a ReadOnlyCollection.