using System;
using System.Collections;
using System.Collections.Generic;
public class Program
{
public static void Main()
var list = new List<int>() { "HelloWorld", "Foo", "Bar" };
}