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