C# 클래스 IrcShark.Chatting.Irc.Extended.ChannelUser

The ChannelUser is used by the Channel class to represent a user.
상속: IIrcObject
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
ChannelUser ( Channel chan, string name ) : System

Initializes a new instance of the ChannelUser class.

메소드 상세

ChannelUser() 공개 메소드

Initializes a new instance of the ChannelUser class.
public ChannelUser ( Channel chan, string name ) : System
chan Channel The channel the user belongs to.
name string The name of the user.
리턴 System