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

posted on 2014-05-21 13:35  子清  阅读(551)  评论(0)    收藏  举报