Search Results for

    Show / Hide Table of Contents

    Class Emoji

    Emoji renderer

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    Emoji
    Namespace: Terminaux.Writer.CyclicWriters.Simple
    Assembly: Terminaux.dll
    Syntax
    public class Emoji : SimpleCyclicWriter

    Constructors

    | Edit this page View Source

    Emoji(EmojiEnum)

    Makes a new emoji instance

    Declaration
    public Emoji(EmojiEnum emoji)
    Parameters
    Type Name Description
    EmojiEnum emoji

    Emoji from an enumeration

    Methods

    | Edit this page View Source

    Render()

    Renders an emoji

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    A string representation of the emoji

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX