public static int MainMethod()
 {
     Derived p = new Derived();
     return p.Foo();
 }
Example #2
0
        public static int MainMethod()
        {
            Derived p = new Derived();

            return(p.Foo());
        }