Could someone explain the inner workings of C# collections? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could someone explain the inner workings of C# collections?

through research, I discovered that the C# List is not a list but a managed array, and Dictionary is a managed HashTable, could someone provide details to how each collection is actually designed in C#?

8th Feb 2017, 9:27 AM
Michael
Michael - avatar
1 Answer
0
most of them impliment generics..if you want detail of "each collections".. you better see the documentation
10th Feb 2017, 1:04 PM
ibrahim selman