C# Class Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.ContainerParseRule

Inheritance: ParseRule
Exibir arquivo Open project: dotnet/docfx

Public Properties

Property Type Description
ContainerRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public method

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
return ParseState

Match() public method

public Match ( string text ) : Match
text string
return System.Text.RegularExpressions.Match

Property Details

ContainerRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions ContainerRegex
return System.Text.RegularExpressions.Regex