Collections Visual C++ .NET

#include "stdafx.h"
int main()
{
   array^ managed_array = gcnew array(2) { 10, 20 };
}