Mini SQL Query Extensibility Documentation
CreateToolStripMenuItem<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreCommandControlBuilderCreateToolStripMenuItem<(Of <(TCommand>)>)()()()

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripMenuItem``1]

Declaration Syntax
C#Visual BasicVisual C++
public static ToolStripMenuItem CreateToolStripMenuItem<TCommand>() where TCommand : new(), ICommand
Public Shared Function CreateToolStripMenuItem(Of TCommand As {New, ICommand}) As ToolStripMenuItem
public:
generic<typename TCommand>
where TCommand : gcnew(), ICommand
static ToolStripMenuItem^ CreateToolStripMenuItem()
Generic Template Parameters
TCommand
Return Value

[Missing <returns> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripMenuItem``1]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)