I have a property that returns a HashTable. I would like to sort it without refactoring my property. Please note: I do not want to return another type.
HashTable
Hashtables work by mapping keys to values. Implicit in this mapping is the concept that the keys aren't sorted or stored in any particular order.
However, you could take a look at SortedDictionary.