C# Класс IrcDotNet.IrcChannelListReceivedEventArgs

Provides data for the IrcClient.ChannelListReceived event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcChannelListReceivedEventArgs ( IList channels ) : System.Net.Security

Initializes a new instance of the IrcChannelListReceivedEventArgs class.

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

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

Initializes a new instance of the IrcChannelListReceivedEventArgs class.
public IrcChannelListReceivedEventArgs ( IList channels ) : System.Net.Security
channels IList A list of information about the channels that was returned by the server.
Результат System.Net.Security