Class Emoji
Emoji renderer
Namespace: Terminaux.Writer.CyclicWriters.Simple
Assembly: Terminaux.dll
Syntax
public class Emoji : SimpleCyclicWriter
Constructors
| Edit this page View SourceEmoji(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 SourceRender()
Renders an emoji
Declaration
public override string Render()
Returns
| Type | Description |
|---|---|
| string | A string representation of the emoji |