Table of Contents

Class GroupAttribute

Namespace
DisCatSharp.CommandsNext.Attributes
Assembly
DisCatSharp.CommandsNext.dll

Marks this class as a command group.

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

Constructors

GroupAttribute()

Marks this class as a command group, using the class' name as group name.

GroupAttribute(string)

Marks this class as a command group with specified name.

Properties

Name

Gets the name of this group.