public sealed class PlaceholderCommandProvider<T> : IPlaceholderCommandProvider
where T : new(), PlaceholderCommandHandler
Command | The name of the command this object provides a handler for. |
DisplayName |
GetHandler | Gets a handler for the command. |