C# 클래스 IrcDotNet.IrcChannelUserEventArgs

Provides data for events that concern an IrcChannelUser.
상속: IrcCommentEventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
IrcChannelUserEventArgs ( IrcChannelUser channelUser, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelUserEventArgs class.

메소드 상세

IrcChannelUserEventArgs() 공개 메소드

Initializes a new instance of the IrcChannelUserEventArgs class.
public IrcChannelUserEventArgs ( IrcChannelUser channelUser, string comment = null ) : System.Net.Security
channelUser IrcChannelUser The channel user that the event concerns.
comment string
리턴 System.Net.Security