Class SummaryAttribute
Attaches a summary to your command.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class SummaryAttribute : Attribute
Properties​
Text​
View Source​
Declaration
public string Text { get; }
Attaches a summary to your command.
public class SummaryAttribute : Attribute
public string Text { get; }