public static int Main() { Base b = new Override(); b.Test(new GenericType <int> ()); return(0); }
public static int Main() { Base <byte> b = new Override <byte> (); b.Test(new GenericType <int, byte> ()); return(0); }