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

Inheritance: ParseRule
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Свойство Type Description
XrefShortcutTocRegex System.Text.RegularExpressions.Regex
XrefShortcutTocWithQuoteTocRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public méthode

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
Résultat ParseState

Match() public méthode

public Match ( string text ) : Match
text string
Résultat System.Text.RegularExpressions.Match

Property Details

XrefShortcutTocRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions XrefShortcutTocRegex
Résultat System.Text.RegularExpressions.Regex

XrefShortcutTocWithQuoteTocRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions XrefShortcutTocWithQuoteTocRegex
Résultat System.Text.RegularExpressions.Regex