object browser -- comments and documentation

  • Thread starter Thread starter Adie
  • Start date Start date
A

Adie

Hi, I'm starting to reuse quite a bit of my code through namespace
references and would like that when I view the object in the "object
browser" that I can see my comments about the method, property or whatever.

All I get at the moment is the method's signature.
 
Add sth like the following before class, method etc. Search for other "Tags
for Documentation Comments"



/// <summary>

/// Summary description for Class1.

/// </summary>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top