C# add to new array code example Example: add item to an array c# List<string> l = new List<string>(){"one","two","tree","four",};