Sammary to a class

I want to add summary description to my class in mind i use VB.NET
[67 byte] By [Waleedead] at [2007-12-16]
# 1

You can add XML Doc comments above your class declaration by simply typing ''' (three single quotes in a row) on the line above your class. A small template will appear and you can fill in your summary information. Hope this helps!

RyanCavanaugh at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Hi Waleedead,

If you are using VB.NET and not VB2005, then you need to use an Addon.
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dv_vstechart/html/VBGeneratingDocs.asp

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...