Class MarkdownBlockquoteBlockToken
Inheritance
MarkdownBlockquoteBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownBlockquoteBlockToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownBlockquoteBlockToken>
Constructors
|
Improve this Doc
View Source
MarkdownBlockquoteBlockToken(IMarkdownRule, IMarkdownContext, ImmutableArray<IMarkdownToken>, SourceInfo)
Declaration
public MarkdownBlockquoteBlockToken(IMarkdownRule rule, IMarkdownContext context, ImmutableArray<IMarkdownToken> tokens, SourceInfo sourceInfo)
Parameters
Properties
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Rule
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
|
Improve this Doc
View Source
SourceInfo
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
|
Improve this Doc
View Source
Tokens
Declaration
public ImmutableArray<IMarkdownToken> Tokens { get; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableArray<IMarkdownToken> |
|
Methods
|
Improve this Doc
View Source
GetChildren()
Declaration
public IEnumerable<IMarkdownToken> GetChildren()
Returns
Implements
|
Improve this Doc
View Source
Rewrite(IMarkdownRewriteEngine)
Declaration
public MarkdownBlockquoteBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
Parameters
Returns
Implements
Extension Methods