Ejemplo n.º 1
0
        public static int MainMethod()
        {
            dynamic tf = new Derived();

            return(tf.Foo(1));
        }
 public static int MainMethod()
 {
     dynamic tf = new Derived();
     return tf.Foo(1);
 }