阅读背景:

无法将类型'System.Collections.Generic.IEnumerable '隐式转换为'System.Collections.Generic.List

来源:互联网 

I have the code below:

我有以下代码:

List<string> aa = (from char c in source
                   select new { Data = c.ToString() }).ToList();
List<string>



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: