using System; class C { public void M() { B b = new B(); b.Apply(0); A2 a2 = new A2(); a2.Apply(""); } }