Help with method descriptions

  • Thread starter Thread starter Chris Calzaretta
  • Start date Start date
C

Chris Calzaretta

Hello,
I need help with method descriptions
for example

when i say
public var as new object.class

and i go

var.classmethod
i want the method tip to give information about this classmethod.

How do you do this in vb.net if possible?

How do you do this in c# if possible?

Thanks
Chris
 
Chris,

Chris Calzaretta said:
I need help with method descriptions
for example

when i say
public var as new object.class

and i go

var.classmethod
i want the method tip to give information about this classmethod.

How do you do this in vb.net if possible?

Adding IntelliSense tooltips, XML comments, and documentation
How do you do this in c# if possible?

XML comments are supported natively in C#. They will be included in VB 2005
too.
 

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