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

Inheritance: ParseRule
显示文件 Open project: dotnet/docfx

Public Properties

Property Type Description
XrefShortcutTocRegex System.Text.RegularExpressions.Regex
XrefShortcutTocWithQuoteTocRegex 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

XrefShortcutTocRegex public_oe static_oe property

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

XrefShortcutTocWithQuoteTocRegex public_oe static_oe property

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