c# add item to an array code example Example: c# how to append in array Click to copyList<string> ls = new List<string>(); ls.Add("Hello");