C# Class RohBot.Rooms.Script.ScriptRoom.CommandHandler

显示文件 Open project: Rohansi/RohBot Class Usage Examples

Public Properties

Property Type Description
Format string
Handler string[]>.Action
Type string

Public Methods

Method Description
CommandHandler ( string type, string format, string[]>.Action handler ) : System

Method Details

CommandHandler() public method

public CommandHandler ( string type, string format, string[]>.Action handler ) : System
type string
format string
handler string[]>.Action
return System

Property Details

Format public_oe property

public string Format
return string

Handler public_oe property

public Action Handler
return string[]>.Action

Type public_oe property

public string Type
return string