Saturday, January 3, 2009

Commenting in C#

// A single-line C# comment.


/* A multiline
C# comment. */




XML-based commenting syntax

///
/// This application provides web pages
/// for my e-commerce site.
///





“IDesign C# Coding Standard”
http://www.idesign.net/

No comments:

Post a Comment