Ejemplo n.º 1
0
 public string GetStuffViaBase()
 {
     return(Next.Method1() + "-" + Next.BaseMethod1() + "-" + Next.Method3());
 }