Table of Contents

Class RemarksAttribute

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

标记命令的备注。

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

Constructors

RemarksAttribute(string)

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

public RemarksAttribute(string text)

Parameters

text string

命令的备注。

Properties

Text

获取命令的备注。

public string Text { get; }

Property Value

string