Exemplo n.º 1
0
        public static void Entry()
        {
            var cls = new group10.Sub1();

            group10.Inf <uint> inf = cls;
            inf.Foo();
        }
Exemplo n.º 2
0
        public static void Entry()
        {
            var cls = new group10.Cls();

            group10.Inf <short> inf = cls;
            inf.Foo();
        }
Exemplo n.º 3
0
        public static void Entry()
        {
            var cls = new group10.Sub1();

            group10.Inf <short> inf = cls;
            inf.Foo();
            group10.Inf inf2 = cls;
            inf2.Foo();
        }