Example #1
0
File: test.cs Project: mono/gert
	static int Main ()
	{
		X18 x = new X18 ();
		if (x.GetType () != typeof (X18))
			return 1;
		return 0;
	}
Example #2
0
	static int Main ()
	{
		X18 x18 = new X18 ();
		x18.x1 = new X17 ();
		x18.x2 = new X17 ();
		if (x18.GetType () != typeof (X18))
			return 1;

		return 0;
	}
Example #3
0
    static int Main()
    {
        X18 x18 = new X18();

        x18.x1 = new X17();
        x18.x2 = new X17();
        if (x18.GetType() != typeof(X18))
        {
            return(1);
        }

        return(0);
    }
Example #4
0
class X22 { public X22(X12 p1, X13 p2, X14 p3, X15 p4, X16 p5, X17 p6, X18 p7, X19 p8, X20 p9, X21 p10)
            {
            }
Example #5
0
class X21 { public X21(X11 p1, X12 p2, X13 p3, X14 p4, X15 p5, X16 p6, X17 p7, X18 p8, X19 p9, X20 p10)
            {
            }
Example #6
0
class X20 { public X20(X10 p1, X11 p2, X12 p3, X13 p4, X14 p5, X15 p6, X16 p7, X17 p8, X18 p9, X19 p10)
            {
            }
Example #7
0
class X19 { public X19(X09 p1, X10 p2, X11 p3, X12 p4, X13 p5, X14 p6, X15 p7, X16 p8, X17 p9, X18 p10)
            {
            }
Example #8
0
class X28 { public X28(X18 p1, X19 p2, X20 p3, X21 p4, X22 p5, X23 p6, X24 p7, X25 p8, X26 p9, X27 p10)
            {
            }
Example #9
0
class X27 { public X27(X17 p1, X18 p2, X19 p3, X20 p4, X21 p5, X22 p6, X23 p7, X24 p8, X25 p9, X26 p10)
            {
            }
Example #10
0
class X26 { public X26(X16 p1, X17 p2, X18 p3, X19 p4, X20 p5, X21 p6, X22 p7, X23 p8, X24 p9, X25 p10)
            {
            }
Example #11
0
class X25 { public X25(X15 p1, X16 p2, X17 p3, X18 p4, X19 p5, X20 p6, X21 p7, X22 p8, X23 p9, X24 p10)
            {
            }
Example #12
0
class X24 { public X24(X14 p1, X15 p2, X16 p3, X17 p4, X18 p5, X19 p6, X20 p7, X21 p8, X22 p9, X23 p10)
            {
            }
Example #13
0
class X23 { public X23(X13 p1, X14 p2, X15 p3, X16 p4, X17 p5, X18 p6, X19 p7, X20 p8, X21 p9, X22 p10)
            {
            }