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

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

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

Метод Описание
NoticeMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the NoticeMessage class.

NoticeMessage ( string nickname, string message ) : System.Text.RegularExpressions

Initialises a new instance of the NoticeMessage class.

TryParse ( string input ) : ParseResult

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

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

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

Initialises a new instance of the NoticeMessage class.
public NoticeMessage ( ) : System.Text.RegularExpressions
Результат System.Text.RegularExpressions

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

Initialises a new instance of the NoticeMessage class.
public NoticeMessage ( string nickname, string message ) : System.Text.RegularExpressions
nickname string The nick name of the user to send a notice to.
message string The content of the notice.
Результат System.Text.RegularExpressions

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