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

Represents an AWAY command.
Наследование: Message
Показать файл Открыть проект

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

Метод Описание
AwayMessage ( ) : System

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

AwayMessage ( string message ) : System

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

TryParse ( string input ) : ParseResult

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

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

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

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

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

Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.
public AwayMessage ( string message ) : System
message string The message to be sent when messaged by other users.
Результат 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