C# 클래스 Microsoft.DocAsCode.Build.Engine.DfmJsonTokenTreeServiceProvider.DfmJsonTokenTreeService

상속: IMarkdownService
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
DfmJsonTokenTreeService ( string baseDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator ) : System.Collections.Generic
Markup ( string src, string path ) : MarkupResult

메소드 상세

DfmJsonTokenTreeService() 공개 메소드

public DfmJsonTokenTreeService ( string baseDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator ) : System.Collections.Generic
baseDir string
tokens string>.ImmutableDictionary
tokenTreeValidator IMarkdownTokenTreeValidator
리턴 System.Collections.Generic

Markup() 공개 메소드

public Markup ( string src, string path ) : MarkupResult
src string
path string
리턴 Microsoft.DocAsCode.Plugins.MarkupResult