Constructor GroupAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.dll
GroupAttribute()
Marks this class as a command group, using the class' name as group name.
public GroupAttribute()
GroupAttribute(string)
Marks this class as a command group with specified name.
public GroupAttribute(string name)
Parameters
name
stringName of this group.