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

The WhoLine represents a line in a who reply as sent from an irc server.
상속: IrcLine
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
WhoLine ( IrcLine line ) : System

Initializes a new instance of the WhoLine class.

메소드 상세

WhoLine() 공개 메소드

Initializes a new instance of the WhoLine class.
public WhoLine ( IrcLine line ) : System
line IrcLine The line that is the base of the WhoLine.
리턴 System