public IList<Emoji> EmojiList { get; }
Public ReadOnly Property EmojiList As IList(Of Emoji) Get
public: property IList<Emoji^>^ EmojiList { IList<Emoji^>^ get (); }
member EmojiList : IList<Emoji> with get
In This Article