I\'m trying to override an overridden method (if that makes sense!) in C#.
I have a scenario similar to the below, but when I have a breakpoint in the SampleMethod() in
Without seeing the code that calls SampleMethod, my guess would be that you have an object of type B and call SampleMethod on that.