C# Class 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
Inheritance: CodeSnippetRegexExtractor
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
RecursiveNameCodeSnippetExtractor ( Regex startLineRegex, Regex endLineRegex ) : System

Méthodes protégées

Méthode Description
ResolveCodeSnippetTags ( string lines ) : List

Method Details

RecursiveNameCodeSnippetExtractor() public méthode

public RecursiveNameCodeSnippetExtractor ( Regex startLineRegex, Regex endLineRegex ) : System
startLineRegex System.Text.RegularExpressions.Regex
endLineRegex System.Text.RegularExpressions.Regex
Résultat System

ResolveCodeSnippetTags() protected méthode

protected ResolveCodeSnippetTags ( string lines ) : List
lines string
Résultat List