Show / Hide Table of Contents

    Class MarkdownTextBlockRule

    Inheritance
    Object
    MarkdownTextBlockRule
    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 MarkdownTextBlockRule : IMarkdownRule

    Properties

    Name

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownRule.Name

    Text

    Declaration
    [Obsolete("Please use LHeadingMatcher.")]
    public virtual Regex Text { get; }
    Property Value
    Type Description
    Regex

    TextMatcher

    Declaration
    public virtual Matcher TextMatcher { get; }
    Property Value
    Type Description
    Matcher

    Methods

    TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public virtual IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
    Parameters
    Type Name Description
    IMarkdownParser parser
    IMarkdownParsingContext context
    Returns
    Type Description
    IMarkdownToken
    Implements
    IMarkdownRule.TryMatch(IMarkdownParser, IMarkdownParsingContext)

    TryMatchOld(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public virtual IMarkdownToken TryMatchOld(IMarkdownParser parser, IMarkdownParsingContext context)
    Parameters
    Type Name Description
    IMarkdownParser parser
    IMarkdownParsingContext context
    Returns
    Type Description
    IMarkdownToken

    Extension Methods

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