That doesn't seem to be working for me. But even if I do get it to work, how do I get it to display the different parameter discriptions for the proceedure?
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.