I created a DLL and I used descriptive documentation in it. By "descriptive documentation" I mean that I put the following documentaion in above all of my proceedures:
/// <summary>
/// example proceedure discription
/// </summary>
public void example()
{
....
}
But when I complile the DLL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.