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#?
1 Odpowiedź
0
most of them impliment generics..if you want detail of "each collections".. you better see the documentation