using System.Collections.Generic;
static Dictionary<char, int> myDict = new Dictionary<char, int>
public static void Main(string[] args)
var md = myDict.OrderBy(md => md.Value).ToDictionary(md => md.Key, md => md.Value);
Console.Write($"{m.Key}={m.Value} ");