// This will create a new list called 'nameOfList': var nameOfList = new List<string> { "value1", "value2", "value3" };