Table of Contents

Class NameAttribute

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

标记命令、模块或参数的基本名称。

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

Constructors

NameAttribute(string)

标记命令、模块或参数的基本名称。

public NameAttribute(string text)

Parameters

text string

基本名称。

Properties

Text

获取基本名称。

public string Text { get; }

Property Value

string