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
Sorry, but you can't sort hashtable. You will have to refactor your code to use some sortable collections.