Exemple #1
0
        public static void Entry()
        {
            Base <int, int> b = new Derived();

            b.CallT(123);
        }