Show / Hide Table of Contents

    Interface IMarkdownParsingContext

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

    Properties

    | Improve this Doc View Source

    CurrentMarkdown

    Declaration
    string CurrentMarkdown { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Consume(Int32)

    Declaration
    SourceInfo Consume(int charCount)
    Parameters
    Type Name Description
    Int32 charCount
    Returns
    Type Description
    SourceInfo

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX