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.
I am a new programmer so take everything I say with a grain of salt. But here is what I did when I ran into a similar situation. I created a class that had two variables and then created a List object off those variables and then I used linq to sort those variables.