C# Класс IrcShark.Chatting.Irc.Listener.MotdEndEventArgs

The MotdEndEventArgs class is the EventArgs class for the MotdListener.MotdEnd event.
Наследование: IrcEventArgs
Показать файл Открыть проект

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

Метод Описание
MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System

Initializes a new instance of the MotdEndEventArgs class.

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

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

Initializes a new instance of the MotdEndEventArgs class.
public MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System
line IrcLine The line, that marks the motd end.
motdLines IrcLine All lines of the motd.
Результат System