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
Показать файл Открыть проект

Открытые методы

Метод Описание
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