Oftentimes when browsing code, I\'ll come across something like this:
public class Fruity { private IOrange _Orange; public Fruity() { _Oran
If you go to the Visual Studio menu "View" and select "Code Definition Window", when you click on .Peel() you might be shown the implementation of .Peel() (this doesn't always work, but try it and see).
.Peel()