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

Flat name extrator works for snippet name exists in both start and end line representations E.g., comment representation needs snippet name exists in both start and end line comment
상속: CodeSnippetRegexExtractor
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

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

보호된 메소드들

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

메소드 상세

FlatNameCodeSnippetExtractor() 공개 메소드

public FlatNameCodeSnippetExtractor ( 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