c# list string obj code example Example: c# list of strings List<string> stringList = new List<string>(); stringList.Add("hello");