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

    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)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX