System.Xml.XmlComment: Method Members

The methods of System.Xml.XmlComment are listed below. For a list of all members, see the XmlComment Members list.

See Also: Inherited members from System.Xml.XmlCharacterData

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

override
WriteContentTo(XmlWriter)

Saves all the children of the node to the specified System.Xml.XmlWriter. Because comment nodes do not have children, this method has no effect.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter.