Code: to retrieve the data
static void readT(IList list) { foreach (string val in list) { Console.WriteLine("IList Value:" + val.ToString()); } }