Declaration
public CommandNameAttribute(
params string[] names
)Summary
Use this on a sub-class of an abstract class or on an enum value to specify the command the user must use to invoke
that class or enum value.
Parameters
| string[] | names |
The command(s) the user can specify to invoke this class or enum value. |