Class DescriptionAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.dll
Gives this command, group, or argument a description, which is used when listing help.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter)]
public sealed class DescriptionAttribute : Attribute
- Inheritance
-
DescriptionAttribute
- Inherited Members
Constructors
- DescriptionAttribute(string)
Gives this command, group, or argument a description, which is used when listing help.
Properties
- Description
Gets the description for this command, group, or argument.