Hi !!! I wish to use multi dimensional List<T> is this possible? Can i do this somehow? Thanks in Advance !!!

Recommended Answers

All 2 Replies

List<List<T>> ListOfLists = new List<List<T>>();

Which I see is what is in the link Mitja supplied....
Check that out for a better description

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.