Class DfmSectionBlockToken
Inheritance
DfmSectionBlockToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmSectionBlockToken : IMarkdownToken, IDfmBlockSpecialSplitToken
Constructors
DfmSectionBlockToken(IMarkdownRule, IMarkdownContext, String, SourceInfo)
Declaration
public DfmSectionBlockToken(IMarkdownRule rule, IMarkdownContext context, string attributes, SourceInfo sourceInfo)
Parameters
Properties
Attributes
Declaration
public string Attributes { get; }
Property Value
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
Rule
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
SourceInfo
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
Extension Methods