Show / Hide Table of Contents

    Class GfmEmojiInlineToken

    Inheritance
    Object
    GfmEmojiInlineToken
    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 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
    Implements
    IMarkdownToken.Context
    | 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
    Implements
    IMarkdownToken.Rule
    | 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.SourceInfo

    Extension Methods

    MarkdownTokenExtensions.Children()
    MarkdownTokenExtensions.Children<T>()
    MarkdownTokenExtensions.Descendants()
    MarkdownTokenExtensions.Descendants<T>()
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GfmEmojiInlineToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo)
    • Properties
      • Context
      • Emoji
      • Rule
      • ShortCode
      • SourceInfo
    • Extension Methods
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX