/// <summary>Creates a comment node.</summary> public Comment createComment() { return(Namespace.CreateCommentNode(this)); }