CollectionBase vs Hashtable

  • Thread starter Thread starter BC
  • Start date Start date
B

BC

Hi all,

Was having a discussion on CollectionBase vs Hashtable with others in
the company. Can someone tell me which one should be use in a certain
situation? Or links that are related to this.


Cheers,

Benny
 
Its more a question of whether you want a list that is indexed by the item
order number in which the referenced objects exist, or whether indexing is
done via some unique key...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top