Generics Visual C++ .NET

#include "stdafx.h"
generic 
public interface class IGInterface
{
   property T InnerObject;
};