C# 클래스 Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.ParseRule

파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
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