C# Класс IrcShark.Chatting.Irc.NumericReceivedEventArgs

The NumericReceivedEventArgs belongs to the IrcClient.NumericReceivedEventHandler and the IrcClient.NumericReceived event.
Наследование: IrcEventArgs
Показать файл Открыть проект

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

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

Initializes a new instance of the NumericReceivedEventArgs class.

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

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

Initializes a new instance of the NumericReceivedEventArgs class.
public NumericReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the numeric command.
Результат System