SetNamingConventionPriority(string, int)
Changes the priority of a CommandNamingConvention.
Declaration
public void SetNamingConventionPriority(string name, int priority)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The Name of the CommandNamingConvention. |
| int | priority | The new priority of the CommandNamingConvention. |