C# Class BalloonsPop.Bundling.CoreBundle

Provides IoC container for EngineCore dependencies. Injected with ninject.
Inheritance: ICoreBundle
Show file Open project: Baloons-Pop-4/Main Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CoreBundle ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the CoreBundle class through injection with the provided kernel.

Method Details

CoreBundle() public method

Initializes a new instance of the CoreBundle class through injection with the provided kernel.
public CoreBundle ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel
return BalloonsPop.Common.Contracts