how to make a generic list in c# code example Example: to list c# var arr = new int[] {1, 2, 3}; List<int> list = arr.ToList();