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

The ChannelListEndEventArgs class is the EventArgs class for the ChannelListListener.ChannelListEnd event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
ChannelListEndEventArgs ( IrcLine line, IrcLine channellistLines ) : System

Initializes a new instance of the ChannelListEndEventArgs class.

메소드 상세

ChannelListEndEventArgs() 공개 메소드

Initializes a new instance of the ChannelListEndEventArgs class.
public ChannelListEndEventArgs ( IrcLine line, IrcLine channellistLines ) : System
line IrcLine The line, that marks the channel list block end.
channellistLines IrcLine All lines of the channel list block.
리턴 System