Many of the genericcollection types are direct analogs of nongeneric types.
许多泛型集合类型是非泛型类型的直接模拟。
2
Listing 5-8 demonstrates how to construct and initialize an array and two classes from the genericcollection library.
清单5 - 8演示了如何构造并初始化一个数组和两个一般集合库中的类。
3
Listing 2 contains a program that generates the compilation-time error message that happens when you try to add the wrong type of element to a genericcollection - a List in this case.