Class GroupAttribute
标记模块为命令组。
[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; }