Heterogeneous Collections
Last changed: -213.199.128.152

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below:

Summary

If you need a truly heterogeneous collection then you should currently use

 list<obj>

or perhaps

 list<SomeType> 

where "SomeType" captures a degree of commonality between values. You can also use the .NET collection types (System.Collections).