CommandRegistry(IEnumerable<ModuleBase>) Constructor
Creates an instance of the register of commands and registers all commands implemented in specified modules.
Namespace:
Xafari.BC.Commands
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
public CommandRegistry( IEnumerable<ModuleBase> modules )
Public Sub New(ByVal modules As IEnumerable(Of ModuleBase))
End Sub