コード例 #1
0
ファイル: gtest-556.cs プロジェクト: robert-j/mono-fork
    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 ();
	}