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

Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

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

Méthodes protégées

Méthode Description
ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState

Method Details

Apply() public abstract méthode

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

ApplyCore() protected méthode

protected ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState
state ParseState
level int
text string
href string
uid string
Résultat ParseState

Match() public abstract méthode

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