C# Класс helpmebot6.Commands.Teach

Наследование: Learn
Показать файл Открыть проект

Открытые методы

Метод Описание
Teach ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.Interfaces

Initialises a new instance of the Teach class.

Описание методов

Teach() публичный Метод

Initialises a new instance of the Teach class.
public Teach ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.Interfaces
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Результат Helpmebot.Commands.Interfaces