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