C# Class Yaircc.Net.IRC.BackMessage

Represents a message used to remove an away flag.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
BackMessage ( ) : System

Initialises a new instance of the Yaircc.Net.IRC.BackMessage class.

TryParse ( string input ) : ParseResult

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

Method Details

BackMessage() public method

Initialises a new instance of the Yaircc.Net.IRC.BackMessage class.
public BackMessage ( ) : 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