C# Class Bot.Core.Commands.CommandAttributes

Inheritance: System.Attribute
Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
CommandAttributes ( string name ) : System
CommandAttributes ( string name, bool async ) : System

Method Details

CommandAttributes() public méthode

public CommandAttributes ( string name ) : System
name string
Résultat System

CommandAttributes() public méthode

public CommandAttributes ( string name, bool async ) : System
name string
async bool
Résultat System