Search Results for

    Show / Hide Table of Contents

    Interface IMarkdownRewritable<T>

    Markdown rewritable (for object contains IMarkdownToken).

    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public interface IMarkdownRewritable<out T>
    Type Parameters
    Name Description
    T

    The type of implement this interface.

    Methods

    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

    Rewrite object with IMarkdownRewriteEngine

    Declaration
    T Rewrite(IMarkdownRewriteEngine rewriteEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriteEngine

    The rewrite engine

    Returns
    Type Description
    T

    The rewritten object.

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX