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

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

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

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

Initializes a new instance of the InfoEndEventArgs class.

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

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

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