Search Results for

    Show / Hide Table of Contents

    Class InlineContent

    Inheritance
    Object
    InlineContent
    Implements
    IMarkdownRewritable<InlineContent>
    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 InlineContent : IMarkdownRewritable<InlineContent>

    Constructors

    | Improve this Doc View Source

    InlineContent(ImmutableArray<IMarkdownToken>)

    Declaration
    public InlineContent(ImmutableArray<IMarkdownToken> tokens)
    Parameters
    Type Name Description
    ImmutableArray<IMarkdownToken> tokens

    Properties

    | Improve this Doc View Source

    Tokens

    Declaration
    public ImmutableArray<IMarkdownToken> Tokens { get; }
    Property Value
    Type Description
    ImmutableArray<IMarkdownToken>

    Methods

    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

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

    Implements

    IMarkdownRewritable<T>

    Extension Methods

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