C# 클래스 DolarBot.Modules.Attributes.HelpTitleAttribute

Indicates the module title to be shown inside the help command.
상속: Attribute
파일 보기 프로젝트 열기: guidospadavecchia/DolarBot

공개 프로퍼티들

프로퍼티 타입 설명
Title string

공개 메소드들

메소드 설명
HelpTitleAttribute ( string title ) : System

Initializes the attribute with the defined title.

메소드 상세

HelpTitleAttribute() 공개 메소드

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

프로퍼티 상세

Title 공개적으로 프로퍼티

The module title.
public string Title
리턴 string