Beispiel #1
0
        public static int MainMethod()
        {
            dynamic tf = new Derived();

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