I seem to be having some trouble wrapping my head around the idea of a Generic List of Generic Lists in C#. I think the problem stems form the use of the
public class ListOfLists : List> { } var myList = new ListOfLists();