Microsoft.DocAsCode.Dfm.DfmFencesBlockToken.DfmFencesBlockToken C# (CSharp) Method

DfmFencesBlockToken() public method

public DfmFencesBlockToken ( 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
        public DfmFencesBlockToken(IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null)
            : base(rule, context, name, path, sourceInfo, lang, title, pathQueryOption) { }
    }
DfmFencesBlockToken