Show / Hide Table of Contents

    Struct MatchGroup

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace:Microsoft.DocAsCode.MarkdownLite.Matchers
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public struct MatchGroup

    Constructors

    MatchGroup(String, String, Int32, Int32)

    Declaration
    public MatchGroup(string name, string text, int startIndex, int count)
    Parameters
    Type Name Description
    String name
    String text
    Int32 startIndex
    Int32 count

    Fields

    Count

    Declaration
    public readonly int Count
    Field Value
    Type Description
    Int32

    Name

    Declaration
    public readonly string Name
    Field Value
    Type Description
    String

    StartIndex

    Declaration
    public readonly int StartIndex
    Field Value
    Type Description
    Int32

    Methods

    GetValue()

    Declaration
    public string GetValue()
    Returns
    Type Description
    String

    Extension Methods

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