c# – 我的ArrayList在哪里?地铁应用

前端之家收集整理的这篇文章主要介绍了c# – 我的ArrayList在哪里?地铁应用前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在我使用Visual Studio 11 Express Beta编写的 Windows 8应用程序中,我无法使用ArrayList.这是我的代码
using System.Collections;


ArrayList al = new ArrayList();

编译错误

The type or namespace name ‘ArrayList’ could not be found (are you missing a using directive or an assembly reference?)

这是新的东西吗?我喜欢ArrayLists 原文链接:https://www.f2er.com/csharp/98723.html

猜你在找的C#相关文章