In Visual Studio and C#, when using a built in function such as ToString(), IntelliSense shows a yellow box explaining what it does.
How can I ha
Do XML commenting , like this
/// /// This does something that is awesome /// public void doesSomethingAwesome() {}