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
显示文件 Open project: ninject/Ninject.Extensions.DependencyCreation

Public Methods

Method Description
DependencyCreatorParameter ( object creator ) : System

Initializes a new instance of the DependencyCreatorParameter class.

Method Details

DependencyCreatorParameter() public method

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