Dear ladies and sirs.
Have you noticed that for some methods in the system assemblies, the .NET Reflector also shows the respective documentation? Which means that the documentation can be persisted in the assembly metadata.
How can I make it work for my own assemblies? Meaning, I want to see my comments to my method when I reflect it in the .NET Reflector.
Thanks.