C# Class Yaircc.Net.IRC.MapMessage

Represents a MAP command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
MapMessage ( ) : System

Initialises a new instance of the MapMessage class.

TryParse ( string input ) : ParseResult

Attempts to parse the input specified by the user into the Message.

Method Details

MapMessage() public method

Initialises a new instance of the MapMessage class.
public MapMessage ( ) : System
return System

TryParse() public method

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
return ParseResult