C# Class DolarBot.Modules.Attributes.HelpTitleAttribute

Indicates the module title to be shown inside the help command.
Inheritance: Attribute
Afficher le fichier Open project: guidospadavecchia/DolarBot

Méthodes publiques

Свойство Type Description
Title string

Méthodes publiques

Méthode Description
HelpTitleAttribute ( string title ) : System

Initializes the attribute with the defined title.

Method Details

HelpTitleAttribute() public méthode

Initializes the attribute with the defined title.
public HelpTitleAttribute ( string title ) : System
title string The module title.
Résultat System

Property Details

Title public_oe property

The module title.
public string Title
Résultat string