Class MarkdownTableBlockToken
Inheritance
MarkdownTableBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownTableBlockToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownTableBlockToken>
Constructors
|
Improve this Doc
View Source
MarkdownTableBlockToken(IMarkdownRule, IMarkdownContext, ImmutableArray<MarkdownTableItemBlockToken>, ImmutableArray<Align>, ImmutableArray<ImmutableArray<MarkdownTableItemBlockToken>>, SourceInfo)
Declaration
public MarkdownTableBlockToken(IMarkdownRule rule, IMarkdownContext context, ImmutableArray<MarkdownTableItemBlockToken> header, ImmutableArray<Align> align, ImmutableArray<ImmutableArray<MarkdownTableItemBlockToken>> cells, SourceInfo sourceInfo)
Parameters
Properties
|
Improve this Doc
View Source
Align
Declaration
public ImmutableArray<Align> Align { get; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableArray<Align> |
|
|
Improve this Doc
View Source
Cells
Declaration
public ImmutableArray<ImmutableArray<MarkdownTableItemBlockToken>> Cells { get; }
Property Value
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Declaration
public ImmutableArray<MarkdownTableItemBlockToken> Header { get; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
GetChildren()
Declaration
public IEnumerable<IMarkdownToken> GetChildren()
Returns
Implements
|
Improve this Doc
View Source
Rewrite(IMarkdownRewriteEngine)
Declaration
public MarkdownTableBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
Parameters
Returns
Implements
Extension Methods