C# Hashtable: Linked List or Open Addressing

604 Views Asked by At

I just had a Hashtable in C# explained to me as using a linked list for storing and retrieval but I thought this was for the dictionary class. Is this correct?

Should clarify. We are using .Net 4.5

0

There are 0 best solutions below