MarkdownObjectRenderer<TRenderer, TObject> Class

Definition

A base class for rendering Block and Inline Markdown objects.

public abstract class MarkdownObjectRenderer<TRenderer, TObject> : IMarkdownObjectRenderer where TRenderer : RendererBase where TObject : MarkdownObject

Type parameters

TRenderer
The type of the renderer.
TObject
The type of the object.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (1)

Methods (3)