C# Класс Yaircc.Net.IRC.BackMessage

Represents a message used to remove an away flag.
Наследование: Message
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BackMessage() публичный Метод

Initialises a new instance of the Yaircc.Net.IRC.BackMessage class.
public BackMessage ( ) : System
Результат System

TryParse() публичный Метод

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
Результат ParseResult