コード例 #1
0
        public static int MainMethod()
        {
            dynamic tf = new Derived();

            return(tf.Foo(y: 1, x: 2));
        }
コード例 #2
0
 public static int MainMethod()
 {
     dynamic tf = new Derived();
     return tf.Foo(y: 1, x: 2);
 }