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