C# Class IrcDotNet.MessageProcessorAttribute

Indicates that a method processes messages for a given command.
Inheritance: System.Attribute
ファイルを表示 Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
MessageProcessorAttribute ( string commandName ) : System

Method Details

MessageProcessorAttribute() public method

public MessageProcessorAttribute ( string commandName ) : System
commandName string
return System