Class PriorityAttribute
Sets priority of commands.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class PriorityAttribute : Attribute
Properties​
Priority​
Gets the priority which has been set for the command.
View Source​
Declaration
public int Priority { get; }