C# Класс Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.ParseRule

Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Защищенные методы

Метод Описание
ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState

Описание методов

Apply() публичный абстрактный Метод

public abstract Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
Результат ParseState

ApplyCore() защищенный Метод

protected ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState
state ParseState
level int
text string
href string
uid string
Результат ParseState

Match() публичный абстрактный Метод

public abstract Match ( string text ) : Match
text string
Результат System.Text.RegularExpressions.Match