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