VB.NET 2.0 XML Comments

written by Ryan Olshan on Sunday, December 25 2005

.NET 2.0 introduces XML comments to VB.NET 2.0. An XML comment starts with ''' (3 single quotes). While this is new to VB.NET 2.0, XML comments have been a supported feature of C# since version 1.0. On a side note, C# XML comments start with ///.

''' <someXmlNode>
''' I'm a VB.NET XML comment
'''
</someXmlNode>

Similar Posts

  1. August 23, 2007 Ask An Expert Live Chat Experts
  2. What's wrong with Eval()?
  3. February 16, 2007 MVP Live Chat Experts

Post a comment