#include "stdafx.h"#using using namespace System;using namespace System::Collections;using namespace System::Collections::Specialized;void main(){ StringCollection ^strcol = gcnew StringCollection(); strcol->Add("The first String");}