When to use a HashTable
Posted
by ammed
on Stack Overflow
See other posts from Stack Overflow
or by ammed
Published on 2010-06-17T11:21:57Z
Indexed on
2010/06/17
11:33 UTC
Read the original article
Hit count: 137
c#
In C# I find myself using a List, IList or IEnumerable 99% of the time. Is there a case when t would be better to use a HashTable (or Dictionary in 2.0 and above) over these?
© Stack Overflow or respective owner