I must to use 1.1 .NET version Framework (c#).

What can I use as Vector,List (object container)?

I saw that is not possible to use List or Vector

有帮助吗?

解决方案

ArrayList is what you're looking for.

其他提示

You could use an ArrayList.

However, generics are not supported in .NET 1.1, so you would need to cast every time you access an item

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top