Jonny Henly
0
Q:

c# nested list

using System;
using System.Collections;
using System.Collections.Generic;

//^^^ Needed libraries

List<List<type>> name = new List<List<type>>
{
	new List<type> {"Hi", "How are you?"},
    new List<type> {"Hope this was helpful"}
};
0

New to Communities?

Join the community