Show / Hide Table of Contents

    Class MarkdownTableBlockToken

    Inheritance
    Object
    MarkdownTableBlockToken
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    System.Collections.Immutable.ImmutableArray<MarkdownTableItemBlockToken> header
    System.Collections.Immutable.ImmutableArray<Align> align
    System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableArray<MarkdownTableItemBlockToken>> cells
    SourceInfo sourceInfo

    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
    Type Description
    System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableArray<MarkdownTableItemBlockToken>>
    | Improve this Doc View Source

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context
    | Improve this Doc View Source

    Header

    Declaration
    public ImmutableArray<MarkdownTableItemBlockToken> Header { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<MarkdownTableItemBlockToken>
    | Improve this Doc View Source

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    Implements
    IMarkdownToken.Rule
    | Improve this Doc View Source

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo
    Implements
    IMarkdownToken.SourceInfo

    Methods

    | Improve this Doc View Source

    GetChildren()

    Declaration
    public IEnumerable<IMarkdownToken> GetChildren()
    Returns
    Type Description
    IEnumerable<IMarkdownToken>
    Implements
    IMarkdownExpression.GetChildren()
    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

    Declaration
    public MarkdownTableBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriterEngine
    Returns
    Type Description
    MarkdownTableBlockToken
    Implements
    IMarkdownRewritable<MarkdownTableBlockToken>.Rewrite(IMarkdownRewriteEngine)

    Extension Methods

    MarkdownTokenExtensions.Children()
    MarkdownTokenExtensions.Children<T>()
    MarkdownTokenExtensions.Descendants()
    MarkdownTokenExtensions.Descendants<T>()
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX