C# Class IrcShark.Chatting.Irc.NumericReceivedEventArgs

The NumericReceivedEventArgs belongs to the IrcClient.NumericReceivedEventHandler and the IrcClient.NumericReceived event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
NumericReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the NumericReceivedEventArgs class.

Method Details

NumericReceivedEventArgs() public méthode

Initializes a new instance of the NumericReceivedEventArgs class.
public NumericReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the numeric command.
Résultat System