C# Class Bot.Core.Commands.CommandAttributes

Inheritance: System.Attribute
Show file Open project: Crobol/Bot

Public Methods

Method Description
CommandAttributes ( string name ) : System
CommandAttributes ( string name, bool async ) : System

Method Details

CommandAttributes() public method

public CommandAttributes ( string name ) : System
name string
return System

CommandAttributes() public method

public CommandAttributes ( string name, bool async ) : System
name string
async bool
return System