Show / Hide Table of Contents

    Class MarkdownBlockquoteBlockToken

    Inheritance
    Object
    MarkdownBlockquoteBlockToken
    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 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
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    System.Collections.Immutable.ImmutableArray<IMarkdownToken> tokens
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context
    | 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
    | 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
    Type Description
    IEnumerable<IMarkdownToken>
    Implements
    IMarkdownExpression.GetChildren()
    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

    Declaration
    public MarkdownBlockquoteBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriterEngine
    Returns
    Type Description
    MarkdownBlockquoteBlockToken
    Implements
    IMarkdownRewritable<MarkdownBlockquoteBlockToken>.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