Is it possible to see how this or that standard method or class is implemented in .NET?
For example, I use ArrayList and I want to see the source code of the implementation in order to better understand how it works. It is desirable that you can immediately see from the IDE.