C# Class IrcDotNet.MessageProcessorAttribute

Indicates that a method processes messages for a given command.
Inheritance: System.Attribute
Afficher le fichier Open project: IrcDotNet/IrcDotNet

Méthodes publiques

Méthode Description
MessageProcessorAttribute ( string commandName ) : System

Method Details

MessageProcessorAttribute() public méthode

public MessageProcessorAttribute ( string commandName ) : System
commandName string
Résultat System