C# Class IrcShark.Chatting.Irc.Listener.ChannelListLine

The ChannelListLine represents a line in a channel list as sent from an irc server.
Inheritance: IrcLine
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
ChannelListLine ( IrcLine line ) : System

Initializes a new instance of the ChannelListLine class.

Method Details

ChannelListLine() public méthode

Initializes a new instance of the ChannelListLine class.
public ChannelListLine ( IrcLine line ) : System
line IrcLine The line, the ChannelListLine bases on.
Résultat System