在我使用Visual Studio 11 Express Beta编写的
Windows 8应用程序中,我无法使用ArrayList.这是我的代码:
using System.Collections; ArrayList al = new ArrayList();@H_502_4@编译错误:
@H_502_4@The type or namespace name ‘ArrayList’ could not be found (are you missing a using directive or an assembly reference?)@H_502_4@这是新的东西吗?我喜欢ArrayLists