Click here to Skip to main content
15,887,746 members
Articles / Programming Languages / C#

ReadOnlyCollectionTree/ReadOnlyDictionaryTree

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
26 Jan 2015CPOL5 min read 14K   94   5  
To get referential transparency (no side effect) of Collection and List, C# added ReadOnlyCollection and ReadOnlyDictionary, which is been extended to ReadOnlyCollectionTree and ReadOnlyDictionaryTree in this Article.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) No Jobs
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions