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

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

공개 프로퍼티들

프로퍼티 타입 설명
XrefShortcutTocRegex System.Text.RegularExpressions.Regex
XrefShortcutTocWithQuoteTocRegex 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

프로퍼티 상세

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

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

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

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