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
In Visual Studio:
Project -> Properties -> Build -> Check "XML Documentation File".
For further details, see XML Comments Let You Build Documentation Directly From Your Visual Studio .NET Source Files.