C# Class Yaircc.Net.IRC.MapMessage

Represents a MAP command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
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.

Method Details

MapMessage() public méthode

Initialises a new instance of the MapMessage class.
public MapMessage ( ) : System
Résultat System

TryParse() public méthode

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
Résultat ParseResult