Community

.NET Tip: Creating a Read-Only List

(Jay Miller) Have you ever had the need to expose a read-only list? I’m not just talking about a List property that could not be set directly, but one that could not have any elements added, removed, or modified? There is a simple way to do this by using the AsReadOnly() method of a List. Here

Read More - Register for Free Membership