C# Класс BalloonsPop.GameModels.ModelsModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the GameModels module.
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Load() публичный Метод

Binds the exports of the current module to their respective interfaces.
public Load ( ) : void
Результат void

ModelsModule() публичный Метод

Initializes a new instance of the ModelsModule class.
public ModelsModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
Результат System