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