示例#1
0
        public static void Entry()
        {
            var cls = new group10.Sub1();

            group10.Inf <uint> inf = cls;
            inf.Foo();
        }
示例#2
0
        public static void Entry()
        {
            var cls = new group10.Sub1();

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