Search Results for

    Show / Hide Table of Contents

    Class GfmEmojiInlineToken

    Inheritance
    Object
    GfmEmojiInlineToken
    Implements
    IMarkdownToken
    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 GfmEmojiInlineToken : IMarkdownToken

    Constructors

    | Improve this Doc View Source

    GfmEmojiInlineToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo)

    Declaration
    public GfmEmojiInlineToken(IMarkdownRule rule, IMarkdownContext context, string shortCode, string emoji, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String shortCode
    String emoji
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Context

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

    Emoji

    Declaration
    public string Emoji { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Rule

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

    ShortCode

    Declaration
    public string ShortCode { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SourceInfo

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

    Implements

    IMarkdownToken

    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