首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

List<string> strings = new List<string>();失误

2013-06-25 
Liststring strings new Liststring()出错Liststring strings new Liststring()出错,可能是

List<string> strings = new List<string>();出错
List<string> strings = new List<string>();出错,可能是缺using,using怎么写?
[解决办法]
出什么错?
using System.Collections.Generic;
[解决办法]
using System.Collections.Generic;

热点排行