C# Class IRC.Message

Inheritance: System.EventArgs
显示文件 Open project: tamaw/SharpIRC Class Usage Examples

Public Methods

Method Description
Message ( ) : System
Message ( User user, string text ) : System
Message ( string text ) : System

Method Details

Message() public method

public Message ( ) : System
return System

Message() public method

public Message ( User user, string text ) : System
user User
text string
return System

Message() public method

public Message ( string text ) : System
text string
return System