C# 클래스 Microsoft.DocAsCode.Dfm.RecursiveNameCodeSnippetExtractor

Recursive name extrator works for snippet name only exists in start line representation E.g., C# region representation only has snippet name in start line representation
상속: CodeSnippetRegexExtractor
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
RecursiveNameCodeSnippetExtractor ( Regex startLineRegex, Regex endLineRegex ) : System

보호된 메소드들

메소드 설명
ResolveCodeSnippetTags ( string lines ) : List

메소드 상세

RecursiveNameCodeSnippetExtractor() 공개 메소드

public RecursiveNameCodeSnippetExtractor ( Regex startLineRegex, Regex endLineRegex ) : System
startLineRegex System.Text.RegularExpressions.Regex
endLineRegex System.Text.RegularExpressions.Regex
리턴 System

ResolveCodeSnippetTags() 보호된 메소드

protected ResolveCodeSnippetTags ( string lines ) : List
lines string
리턴 List