Show / Hide Table of Contents

    Interface IMarkdownToken

    The token for markdown. It should be immutable.

    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public interface IMarkdownToken

    Properties

    Context

    The context when created this token.

    Declaration
    IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext

    Rule

    The rule created this token.

    Declaration
    IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule

    SourceInfo

    The source info of this token.

    Declaration
    SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo

    Extension Methods

    MarkdownTokenExtensions.Children(IMarkdownToken)
    MarkdownTokenExtensions.Children<T>(IMarkdownToken)
    MarkdownTokenExtensions.Descendants(IMarkdownToken)
    MarkdownTokenExtensions.Descendants<T>(IMarkdownToken)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX