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