C# 클래스 Schumix.Irc.IrcCommandAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
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