How do I write a class so that property and method descriptions are visible to people referencing the dll in other projects?
[Description(\"My age in yea
The description provided in DescriptionAttribute is visible in Property Grid for sure and it has nothing to do with code editor.
DescriptionAttribute
For XML comments to be available, you have to generate an XML documentation file and ship it with your assembly.