Example #1
0
 Test31 test2()
 {
     Test31 test2 = default(Test31);
     Foo3 foo = new Foo3();
     foo.iFoo = 3;
     test2.foo1 = foo;
     return test2;
 }
Example #2
0
        Test31 test2()
        {
            Test31 test2 = default(Test31);
            Foo3   foo   = new Foo3();

            foo.iFoo   = 3;
            test2.foo1 = foo;
            return(test2);
        }
Example #3
0
 Test31 test2()
 {
     Console.WriteLine("From Program0:test2!");
     Test31 test2 = default(Test31);
     Foo3 foo = new Foo3();
     foo.iFoo = 3;
     test2.foo1 = foo;
     return test2;
 }
Example #4
0
 Test32 test3()
 {
     Test32 test3 = default(Test32);
     Foo3 foo = new Foo3();
     foo.iFoo = 4;
     test3.foo1 = foo;
     test3.i1 = 3;
     return test3;
 }
Example #5
0
        Test32 test3()
        {
            Test32 test3 = default(Test32);
            Foo3   foo   = new Foo3();

            foo.iFoo   = 4;
            test3.foo1 = foo;
            test3.i1   = 3;
            return(test3);
        }
Example #6
0
        Test31 test2()
        {
            Console.WriteLine("From Program0:test2!");
            Test31 test2 = default(Test31);
            Foo3   foo   = new Foo3();

            foo.iFoo   = 3;
            test2.foo1 = foo;
            return(test2);
        }
Example #7
0
 Test32 test3()
 {
     Console.WriteLine("From Program0:test3!");
     Test32 test3 = default(Test32);
     Foo3 foo = new Foo3();
     foo.iFoo = 4;
     test3.foo1 = foo;
     test3.i1 = 3;
     return test3;
 }
Example #8
0
        Test32 test3()
        {
            Console.WriteLine("From Program0:test3!");
            Test32 test3 = default(Test32);
            Foo3   foo   = new Foo3();

            foo.iFoo   = 4;
            test3.foo1 = foo;
            test3.i1   = 3;
            return(test3);
        }
Example #9
0
 Test33 test4()
 {
     Test33 test4 = default(Test33);
     Foo3 foo1 = new Foo3();
     Foo3 foo2 = new Foo3();
     foo1.iFoo = 5;
     foo2.iFoo = 6;
     test4.foo1 = foo1;
     test4.foo2 = foo2;
     return test4;
 }
Example #10
0
        Test33 test4()
        {
            Test33 test4 = default(Test33);
            Foo3   foo1  = new Foo3();
            Foo3   foo2  = new Foo3();

            foo1.iFoo  = 5;
            foo2.iFoo  = 6;
            test4.foo1 = foo1;
            test4.foo2 = foo2;
            return(test4);
        }
Example #11
0
        Test33 test4()
        {
            Console.WriteLine("From Program0:test4!");
            Test33 test4 = default(Test33);
            Foo3   foo1  = new Foo3();
            Foo3   foo2  = new Foo3();

            foo1.iFoo  = 5;
            foo2.iFoo  = 6;
            test4.foo1 = foo1;
            test4.foo2 = foo2;
            return(test4);
        }
Example #12
0
 Test33 test4()
 {
     Console.WriteLine("From Program0:test4!");
     Test33 test4 = default(Test33);
     Foo3 foo1 = new Foo3();
     Foo3 foo2 = new Foo3();
     foo1.iFoo = 5;
     foo2.iFoo = 6;
     test4.foo1 = foo1;
     test4.foo2 = foo2;
     return test4;
 }