Class CommandGroupAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class CommandGroupAttribute : Attribute
- Inheritance
-
CommandGroupAttribute
- Inherited Members
Constructors
CommandGroupAttribute(string, params string[])
public CommandGroupAttribute(string groupName, params string[] aliases)
Parameters
Properties
Aliases
public string[] Aliases { get; }
Property Value
- string[]
GroupName
public string GroupName { get; }