Comment public sealed class Comment : CharacterData Represents a node that contains a comment. Documentation Code public Comment() Creates a new comment node. public Comment(string data) Creates a new comment node with the given data.