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

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

공개 메소드들

메소드 설명
InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System

Initializes a new instance of the InfoEndEventArgs class.

메소드 상세

InfoEndEventArgs() 공개 메소드

Initializes a new instance of the InfoEndEventArgs class.
public InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System
line IrcLine The line, that marks the info block end.
infoLines IrcLine All lines of the info block.
리턴 System