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