add the data in list using c# code example Example: how to add to a list c# var list = new List<string>(); list.Add("Hello");