Class Emoji
Emoji renderer
Inheritance
object
Emoji
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class Emoji : IStaticRenderable
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 string Render()
Returns
Type | Description |
---|---|
string | A string representation of the emoji |