System.Collections.Generic.Dictionary<int, string> dic = new Dictionary<int, string>() { {1,"a"}, {2,"b"}, };