You are on page 1of 1

C#

vs. VB.NET
Comments

VB.NET C#

'Single line only // Single line


Rem Single line only /* Multiple
line */
/// XML comments on single line
/** XML comments on multiple lines */

You might also like