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

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

공개 프로퍼티들

프로퍼티 타입 설명
TocRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

메소드 상세

Apply() 공개 메소드

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
리턴 ParseState

Match() 공개 메소드

public Match ( string text ) : Match
text string
리턴 System.Text.RegularExpressions.Match

프로퍼티 상세

TocRegex 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions TocRegex
리턴 System.Text.RegularExpressions.Regex