Loading

使用Linq读取资源文件

            ResXResourceReader resxr = new ResXResourceReader(txt_WebResourceOpenFile.Text);

            IEnumerable<DictionaryEntry> rrt = from DictionaryEntry d in resxr select d;

            var result = (from DictionaryEntry d in resxr select d)

  

posted @ 2015-01-21 14:42  jesn  阅读(183)  评论(0编辑  收藏  举报