Class NameAttribute
Marks the public name of a command, module, or parameter.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class NameAttribute : Attribute
Properties​
Text​
Gets the name of the command.
View Source​
Declaration
public string Text { get; }