Class GroupCommandAttribute
Marks this method as a group command.
Inheritance
System.Object
System.Attribute
GroupCommandAttribute
Namespace: DisCatSharp.CommandsNext.Attributes
Assembly: DisCatSharp.CommandsNext.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class GroupCommandAttribute : Attribute
Constructors
| Improve this Doc View SourceGroupCommandAttribute()
Marks this method as a group command.
Declaration
public GroupCommandAttribute()