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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ResolveCodeSnippetTags ( string lines ) : List

Method Details

FlatNameCodeSnippetExtractor() public méthode

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