예제 #1
0
    static int Main()
    {
        A2.N <short> b1 = A2.N <short> .Method();

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

        return(0);
    }
예제 #2
0
    public static void Main()
    {
        dynamic n = new A.N();

        n.Test();
    }
예제 #3
0
파일: dtest-049.cs 프로젝트: nobled/mono
	public static void Main ()
	{
		dynamic n = new A.N ();
		n.Test ();
	}