C# Class DolarBot.Modules.Attributes.HelpTitleAttribute

Indicates the module title to be shown inside the help command.
Inheritance: Attribute
Exibir arquivo Open project: guidospadavecchia/DolarBot

Public Properties

Property Type Description
Title string

Public Methods

Method Description
HelpTitleAttribute ( string title ) : System

Initializes the attribute with the defined title.

Method Details

HelpTitleAttribute() public method

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

Property Details

Title public_oe property

The module title.
public string Title
return string