Show / Hide Table of Contents

    Class MatchResult

    Inheritance
    Object
    MatchResult
    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.Matchers
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MatchResult

    Constructors

    MatchResult(Int32, MatchContent)

    Declaration
    public MatchResult(int length, MatchContent mc)
    Parameters
    Type Name Description
    Int32 length
    MatchContent mc

    Properties

    Item[String]

    Declaration
    public MatchGroup this[string name] { get; }
    Parameters
    Type Name Description
    String name
    Property Value
    Type Description
    MatchGroup

    Length

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

    Methods

    EnumerateGroups()

    Declaration
    public IEnumerable<MatchGroup> EnumerateGroups()
    Returns
    Type Description
    IEnumerable<MatchGroup>

    GetGroup(String)

    Declaration
    public MatchGroup? GetGroup(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    Nullable<MatchGroup>

    Extension Methods

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