Ejemplo n.º 1
0
    static int Main()
    {
        A2.N <short> b1 = A2.N <short> .Method();

        A.N <byte> b2 = A.N <byte> .Method();

        return(0);
    }
Ejemplo n.º 2
0
    public static void Main()
    {
        dynamic n = new A.N();

        n.Test();
    }
Ejemplo n.º 3
0
	public static void Main ()
	{
		dynamic n = new A.N ();
		n.Test ();
	}