Collections Visual C++ .NET

#include "stdafx.h"
int main()
{
   int native_array[2] = { 10, 20 };
}