C# Class BalloonsPop.GameModels.ModelsModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the GameModels module.
Inheritance: Ninject.Modules.NinjectModule
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Load ( ) : void

Binds the exports of the current module to their respective interfaces.

ModelsModule ( IKernel bindingKernel ) : System

Initializes a new instance of the ModelsModule class.

Method Details

Load() public method

Binds the exports of the current module to their respective interfaces.
public Load ( ) : void
return void

ModelsModule() public method

Initializes a new instance of the ModelsModule class.
public ModelsModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
return System