How To add a comment to a Function/Sub Parameter??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to know how to add a comment to a parameter function, so when I call
that subroutine I can obtain a comment/hint about what is that parameter for?

Many subroutines on the .net Framework have this comment. How can I put it
on my Subroutines?

Thank you!
 
For VB.Net 2003, search Google for VBCommenter. That should get you
what you need.
 
Back
Top