Show / Hide Table of Contents

    Class MarkdownParsingContext

    Inheritance
    Object
    MarkdownParsingContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownParsingContext : IMarkdownParsingContext

    Constructors

    | Improve this Doc View Source

    MarkdownParsingContext(SourceInfo)

    Declaration
    public MarkdownParsingContext(SourceInfo sourceInfo)
    Parameters
    Type Name Description
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    CurrentMarkdown

    Declaration
    public string CurrentMarkdown { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownParsingContext.CurrentMarkdown
    | Improve this Doc View Source

    File

    Declaration
    public string File { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    Consume(Int32)

    Declaration
    public SourceInfo Consume(int charCount)
    Parameters
    Type Name Description
    Int32 charCount
    Returns
    Type Description
    SourceInfo
    Implements
    IMarkdownParsingContext.Consume(Int32)

    Extension Methods

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