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

The ChannelListLine represents a line in a channel list as sent from an irc server.
Наследование: IrcLine
Показать файл Открыть проект

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

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

Initializes a new instance of the ChannelListLine class.

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

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

Initializes a new instance of the ChannelListLine class.
public ChannelListLine ( IrcLine line ) : System
line IrcLine The line, the ChannelListLine bases on.
Результат System