I have a list of objects, each containing an Id, Code and Description.
I need to convert this list into a Hashtable, using Description as the key an
Also look at the System.Collections.ObjectModel.KeyedCollection. It seems like a better match for what you want to do.
System.Collections.ObjectModel.KeyedCollection