Click here to Skip to main content
15,908,834 members
Articles / Programming Languages / C#

Nested Generic Lists? Cool!

8 Apr 2009CPOL 5.6K   5   3
While answering a question on the Asp.Net forums, I was pleasantly surprised to find nested Generic Lists are possible. They seem much easier than multidimensional arrays. Here is the key line:     List> MyListOfIntLists;      protected void Button1_Click(object sender, EventArgs e)    {
We're sorry, but the article you are trying to view was deleted at 11 Dec 2009.

Please go to the C# Table of Contents to view the list of available articles in this section.