VB.NET 2.0 XML Comments
.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
- August 23, 2007 Ask An Expert Live Chat Experts
- What's wrong with Eval()?
- February 16, 2007 MVP Live Chat Experts




