C# 클래스 IrcShark.Chatting.Irc.NumericReceivedEventArgs

The NumericReceivedEventArgs belongs to the IrcClient.NumericReceivedEventHandler and the IrcClient.NumericReceived event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

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

Initializes a new instance of the NumericReceivedEventArgs class.

메소드 상세

NumericReceivedEventArgs() 공개 메소드

Initializes a new instance of the NumericReceivedEventArgs class.
public NumericReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the numeric command.
리턴 System