C# Class Schumix.Irc.Util.UserInfo

A convenient holder of user information. Instances of this class are created internally.
ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
ToString ( ) : string

A string representation of this object which shows all its values.

UserInfo ( string nick, string name, string host ) : System

Create a new UserInfo and set all its values.

Private Methods

Method Description
UserInfo ( ) : System

Creat an empty instance

Method Details

ToString() public method

A string representation of this object which shows all its values.
public ToString ( ) : string
return string

UserInfo() public method

Create a new UserInfo and set all its values.
public UserInfo ( string nick, string name, string host ) : System
nick string
name string
host string
return System