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
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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