class - How do I document a c# dll -
How do I write a class so that the details of property and method are visible to those who refer to DLL in other projects?
[Description ("My age at the age of the age")) Public ING ({return 0;} set {}}
does not work , Neither
/// & lt; summary & gt; // my age at age of age /// & lt; / summary & gt; public ing ({return 0; } In Visual Studio:
Check out the project -> Properties -> Build -> "XML Documentation File".For more information, see.
Comments
Post a Comment