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

    MarkdownParsingContext(SourceInfo)

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

    Properties

    CurrentMarkdown

    Declaration
    public string CurrentMarkdown { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownParsingContext.CurrentMarkdown

    File

    Declaration
    public string File { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownParsingContext.File

    IsInParagraph

    Declaration
    public bool IsInParagraph { get; set; }
    Property Value
    Type Description
    Boolean
    Implements
    IMarkdownParsingContext.IsInParagraph

    LineNumber

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

    Markdown

    Declaration
    public string Markdown { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownParsingContext.Markdown

    Methods

    Consume(Int32)

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

    Match(Matcher)

    Declaration
    public MatchResult Match(Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    MatchResult
    Implements
    IMarkdownParsingContext.Match(Matcher)

    ToSourceInfo()

    Declaration
    public SourceInfo ToSourceInfo()
    Returns
    Type Description
    SourceInfo

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX