Table of Contents

Class NodeComment

Namespace
TinyComponents
Assembly
TinyComponents.dll

Represents a node comment in a document.

public sealed class NodeComment
Inheritance
NodeComment
Inherited Members

Constructors

NodeComment(string)

Initializes a new instance of the NodeComment class with the specified comment.

Properties

Comment

Gets or sets the comment text.

Methods

ToString()

Returns a string representation of the comment in the format of an XML comment.