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

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

Public Methods

Method Description
ChannelListLine ( IrcLine line ) : System

Initializes a new instance of the ChannelListLine class.

Method Details

ChannelListLine() public method

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