How to set size to list of lists of objects ? I dont know it until I run the program. I want to set it to m - rows, n - columns, depends on users input.
public class MyCLass
{
//...
}
List<List<MyClass>> exampleList = new List<List<MyClass>>();
something like this..maybe ? only in 2 dimensions
[pic][1]