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

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

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

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

Initialises a new instance of the InviteMessage class.

InviteMessage ( string nickName, string channel ) : System

Initialises a new instance of the InviteMessage class.

TryParse ( string input ) : ParseResult

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

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

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

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

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

Initialises a new instance of the InviteMessage class.
public InviteMessage ( string nickName, string channel ) : System
nickName string The nick name of the user to invite.
channel string The channel to invite the user to.
Результат 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