C# Class Microsoft.DocAsCode.Dfm.DfmFencesInlineToken

Inheritance: DfmFencesToken
Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
DfmFencesInlineToken ( IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null ) : Microsoft.DocAsCode.MarkdownLite

Method Details

DfmFencesInlineToken() public method

public DfmFencesInlineToken ( IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null ) : Microsoft.DocAsCode.MarkdownLite
rule IMarkdownRule
context IMarkdownContext
name string
path string
sourceInfo Microsoft.DocAsCode.MarkdownLite.SourceInfo
lang string
title string
pathQueryOption IDfmFencesBlockPathQueryOption
return Microsoft.DocAsCode.MarkdownLite