Table of Contents

Class SummaryAttribute

Namespace
Kook.Commands
Assembly
Kook.Net.Commands.dll

标记命令的摘要。

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter)]
public class SummaryAttribute : Attribute
Inheritance
SummaryAttribute
Inherited Members

Constructors

SummaryAttribute(string)

初始化一个 SummaryAttribute 类的新实例。

public SummaryAttribute(string text)

Parameters

text string

命令的摘要。

Properties

Text

获取命令的摘要。

public string Text { get; }

Property Value

string