C# Class IrcShark.Chatting.Irc.Extended.ChannelUser

The ChannelUser is used by the Channel class to represent a user.
Inheritance: IIrcObject
Mostra file Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
ChannelUser ( Channel chan, string name ) : System

Initializes a new instance of the ChannelUser class.

Method Details

ChannelUser() public method

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.
return System