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