Exemplo n.º 1
0
    public void test()
    {
        foo <int, int> a = new foo <int, int>();

        a.parse("123", "456");
        string   b = m_DateTime.ToString();
        string   c = s_DateTime.ToString();
        DateTime dt, dt2;
    }
Exemplo n.º 2
0
        public static void STest(T t, TT tt)
        {
            LuaConsole.Print("static", t, tt);
            Dictionary <T, TT> dict = new Dictionary <T, TT>();

            dict.Add(t, tt);
            LuaConsole.Print("dict count:", dict.Count);
            foo <T, TT> f = new foo <T, TT>();

            f.parse("abc", "def");
            Singleton <foo <T, TT> > .instance.parse("ghi", "jkl");
        }
Exemplo n.º 3
0
    public void test()
    {
        foo <int, int> a = new foo <int, int>();

        a.parse("123", "456");
    }