Oftentimes when browsing code, I\'ll come across something like this:
public class Fruity { private IOrange _Orange; public Fruity() { _Oran
With Visual Studio >= 2015 you can jump to implementation with shortcut keys ctrl + F12