C# Класс Schumix.Irc.IrcCommandAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
IrcCommandAttribute ( ReplyCode command ) : System
IrcCommandAttribute ( int command ) : System
IrcCommandAttribute ( string command ) : System

Marks a method as an Schumix command.

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

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

public IrcCommandAttribute ( ReplyCode command ) : System
command ReplyCode
Результат System

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

public IrcCommandAttribute ( int command ) : System
command int
Результат System

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

Marks a method as an Schumix command.
public IrcCommandAttribute ( string command ) : System
command string The command corresponding to this method.
Результат System