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