Table of Contents

Class GroupAttribute

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

标记模块为命令组。

[AttributeUsage(AttributeTargets.Class)]
public class GroupAttribute : Attribute
Inheritance
GroupAttribute
Inherited Members

Constructors

GroupAttribute()

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

public GroupAttribute()

GroupAttribute(string)

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

public GroupAttribute(string prefix)

Parameters

prefix string

模块组命令的前缀。

Properties

Prefix

获取模块组命令的前缀。

public string? Prefix { get; }

Property Value

string