C# Class Telegram.UI.Emoji.EmojiTree

Afficher le fichier Open project: naphaso/kilogram

Méthodes publiques

Свойство Type Description
root EmojiTreeNode

Méthodes publiques

Méthode Description
allocateInTree ( byte bb, EmojiTreeNode node, long payload ) : void
createTree ( long array ) : void
findEmoji ( string str ) : List

Method Details

allocateInTree() public méthode

public allocateInTree ( byte bb, EmojiTreeNode node, long payload ) : void
bb byte
node EmojiTreeNode
payload long
Résultat void

createTree() public méthode

public createTree ( long array ) : void
array long
Résultat void

findEmoji() public méthode

public findEmoji ( string str ) : List
str string
Résultat List

Property Details

root public_oe property

public EmojiTreeNode,Telegram.UI.Emoji root
Résultat EmojiTreeNode