Table of Contents

Class NodeComment

Namespace: TinyComponents
Assembly: TinyComponents.dll

Represents a node comment in a document.

public sealed class NodeComment

Inheritance

objectNodeComment

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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.