C# Class BalloonsPop.Bundling.CoreBundle

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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