Class GroupAttribute
Marks this class as a command group.
Inheritance
System.Object
GroupAttribute
Namespace: DSharpPlus.CommandsNext.Attributes
Assembly: cs.temp.dll.dll
Syntax
public sealed class GroupAttribute : Attribute
Constructors
GroupAttribute()
Marks this class as a command group, using the class' name as group name.
Declaration
public GroupAttribute()
GroupAttribute(String)
Marks this class as a command group with specified name.
Declaration
public GroupAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of this group. |
Properties
Name
Gets the name of this group.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |