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(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX