Method CreateComment
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
CreateComment(string)
Creates an XmlComment containing the specified data.
public override XmlComment CreateComment(string data)
Parameters
data
stringThe content of the new XmlComment.
Returns
- XmlComment
The new XmlComment.