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

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

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

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

Initialises a new instance of the NamesMessage class.

NamesMessage ( string channel ) : System.Text.RegularExpressions

Initialises a new instance of the NamesMessage class.

TryParse ( string input ) : ParseResult

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

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

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

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

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

Initialises a new instance of the NamesMessage class.
public NamesMessage ( string channel ) : System.Text.RegularExpressions
channel string The channel to retrieve the names list from.
Результат 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