Table of Contents

Class Comment

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a comment.

public class Comment : Element
Inheritance
Comment
Inherited Members
Extension Methods

Constructors

Comment(string)

Initializes a new instance of the Comment class.

public Comment(string comment)

Parameters

comment string

Comment content.

Methods

AddAsciidocTo(StringBuilder)

Converts the element to AsciiDoc.

public override void AddAsciidocTo(StringBuilder builder)

Parameters

builder StringBuilder

The AsciiDoc content is added to this.