예제 #1
0
    public static int Main(String[] args)
    {
        cs1 t = new cs1();

        Console.WriteLine(t.GetType() == typeof(cs1) ? 100 : args.Length);
        return(100);
    }
예제 #2
0
파일: cs1.cs 프로젝트: CheneyWu/coreclr
    public static int Main(String[] args)
    {
        cs1 t = new cs1();

        Console.WriteLine(t.GetType() == typeof(cs1) ? 100 : args.Length);
        return 100;
    }