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

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