I use VisualStudio 2008 and 2010, both with ReSharper, and when I try to look for ways to use this method, I do not get any results, despite the inherited method, and then it is called through the interface. What's wrong? Is this a VS / ReSharper error? See the example below:
using System; namespace UsageNotFound { interface MyInterface { void Hello(); } class SuperClass { public void Hello()
Thanks Fabrizio
source share