به تعداد انسانها راه است برای اینکار. راحتترینش ArrayList هست.
 
ArrayList a = new ArrayList();
a.Add(1);
a.Add("Hello");
string b = a[1];
// ...