
Declaration Syntax
void AddPluginCommand<TCommand>()
where TCommand : new(), ICommand
Sub AddPluginCommand(Of TCommand As {New, ICommand})generic<typename TCommand>
where TCommand : gcnew(), ICommand
void AddPluginCommand()

Generic Template Parameters
- TCommand
- The command implementation to direct the name, image etc of the new menu item.
Assembly:
MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)