C# Class Ninject.Extensions.DependencyCreation.DependencyCreatorParameter

This parameter contains the instance of the binding that requested the creation of an dependency.
Inheritance: Ninject.Parameters.Parameter
Afficher le fichier Open project: ninject/Ninject.Extensions.DependencyCreation

Méthodes publiques

Méthode Description
DependencyCreatorParameter ( object creator ) : System

Initializes a new instance of the DependencyCreatorParameter class.

Method Details

DependencyCreatorParameter() public méthode

Initializes a new instance of the DependencyCreatorParameter class.
public DependencyCreatorParameter ( object creator ) : System
creator object The instance of the object requesting a dependency.
Résultat System