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

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

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

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

Initialises a new instance of the MapMessage class.

TryParse ( string input ) : ParseResult

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

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

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

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