Represents a comment node.
[Visual Basic] Public Class XmlComment Inherits XmlNode [C#] public class XmlComment : XmlNode [C++] public __gc class XmlComment : public XmlNode [JScript] public class XmlComment extends XmlNode
This class represents an XML comment element of the form
The XmlComment
class has no public constructors. Instances of XmlComment are created using the CreateComment and AddComment methods.
Namespace: System.Xml
Assembly: System.dll