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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -