Generics Visual C++ .NET

#include "stdafx.h"
using namespace System;
generic 
void F(T t, int i, String^ s)
{
}