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