XML Comments in VB.net
You can place XML comments in VB.net by placing three single quotes(''') above your procedure or member class. VS will automatically generate the XML formatted segment for you to insert the description.
You can place XML comments in VB.net by placing three single quotes(''') above your procedure or member class. VS will automatically generate the XML formatted segment for you to insert the description.