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

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

공개 메소드들

메소드 설명
LinksEndEventArgs ( IrcLine line, IrcLine linksLines ) : System

Initializes a new instance of the LinksEndEventArgs class.

메소드 상세

LinksEndEventArgs() 공개 메소드

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