List (and List) instances can be readonly, seeing ReadOnly property; methods throws exceptions in the case the collection have the property ReadOnly property.
How can I create readonly List instances? What are the main uses?
|
List (and List) instances can be readonly, seeing ReadOnly property; methods throws exceptions in the case the collection have the property ReadOnly property. How can I create readonly List instances? What are the main uses?
| |||
|
feedback
|
|
From the link above:
So, anytime you need a collection that is not changeable, use this. | |||
|
feedback
|