Input.OrderBy does not sort the dictionary, it creates a query that returns the items in a specific order.
Perhaps OrderedDictionary gives you what you want.
Or use the Generic SortedDictionary
Input.OrderBy does not sort the dictionary, it creates a query that returns the items in a specific order.
Perhaps OrderedDictionary gives you what you want.
Or use the Generic SortedDictionary