C# 클래스 IrcShark.Chatting.Irc.Listener.ChannelListLine

The ChannelListLine represents a line in a channel list as sent from an irc server.
상속: IrcLine
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
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