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.
You can also use DataView to sort the Hashtable. Here is an article that I wrote 5 years ago: http://www.codeproject.com/Articles/37039/Sorting-Hashtable