12
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
int[] nums = { 1, 2, 3, 4 };
8
var str = String.Join(",", nums);
9
10
Console.WriteLine(str);
11
}
12
}
Cached Result
Error [Failed to validate 'Program+EmployeeRec' object.
The Id field is required.
] found. Ignoring record...
Id: 2
Name: Carl
Id: 3
Name: Mark
The Id field is required.
] found. Ignoring record...
Id: 2
Name: Carl
Id: 3
Name: Mark