Table of Contents

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 string

The content of the new XmlComment.

Returns

XmlComment

The new XmlComment.