Search Results for

    Show / Hide Table of Contents

    Class MarkdownParsingContext

    Inheritance
    Object
    MarkdownParsingContext
    Implements
    IMarkdownParsingContext
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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
    | Improve this Doc View Source

    File

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

    IsInParagraph

    Declaration
    public bool IsInParagraph { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Markdown

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

    Methods

    | Improve this Doc View Source

    Consume(Int32)

    Declaration
    public SourceInfo Consume(int charCount)
    Parameters
    Type Name Description
    Int32 charCount
    Returns
    Type Description
    SourceInfo
    | Improve this Doc View Source

    Match(Matcher)

    Declaration
    public MatchResult Match(Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    MatchResult
    | Improve this Doc View Source

    ToSourceInfo()

    Declaration
    public SourceInfo ToSourceInfo()
    Returns
    Type Description
    SourceInfo

    Implements

    IMarkdownParsingContext

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX