CodeComment can be used to represent a single line comment. A CodeCommentStatement can contain a CodeComment and allows it to be treated as a statement & generated as code. Multi-line comments can be represented with multiple CodeCommentStatement objects. Author: Microsoft Code: ASP.NET v1.0 & VB