Collections Visual C++ .NET

#include "stdafx.h"
int main()
{
   int native_array_2D[2][2] = { { 1, 0 }, { 0, 1 } };
}