Search Results for

    Show / Hide Table of Contents

    Class GfmDelInlineToken

    Inheritance
    Object
    GfmDelInlineToken
    Implements
    IMarkdownExpression
    IMarkdownToken
    IMarkdownRewritable<GfmDelInlineToken>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class GfmDelInlineToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<GfmDelInlineToken>

    Constructors

    | Improve this Doc View Source

    GfmDelInlineToken(IMarkdownRule, IMarkdownContext, ImmutableArray<IMarkdownToken>, SourceInfo)

    Declaration
    public GfmDelInlineToken(IMarkdownRule rule, IMarkdownContext context, ImmutableArray<IMarkdownToken> content, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    ImmutableArray<IMarkdownToken> content
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public ImmutableArray<IMarkdownToken> Content { get; }
    Property Value
    Type Description
    ImmutableArray<IMarkdownToken>
    | Improve this Doc View Source

    Context

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

    Rule

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

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo

    Methods

    | Improve this Doc View Source

    GetChildren()

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

    Rewrite(IMarkdownRewriteEngine)

    Declaration
    public GfmDelInlineToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriterEngine
    Returns
    Type Description
    GfmDelInlineToken

    Implements

    IMarkdownExpression
    IMarkdownToken
    IMarkdownRewritable<T>

    Extension Methods

    MarkdownTokenExtensions.Children(IMarkdownToken)
    MarkdownTokenExtensions.Children<T>(IMarkdownToken)
    MarkdownTokenExtensions.Descendants(IMarkdownToken)
    MarkdownTokenExtensions.Descendants<T>(IMarkdownToken)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX