C# Класс Ninject.Extensions.DependencyCreation.DependencyCreatorParameter

This parameter contains the instance of the binding that requested the creation of an dependency.
Наследование: Ninject.Parameters.Parameter
Показать файл Открыть проект

Открытые методы

Метод Описание
DependencyCreatorParameter ( object creator ) : System

Initializes a new instance of the DependencyCreatorParameter class.

Описание методов

DependencyCreatorParameter() публичный Метод

Initializes a new instance of the DependencyCreatorParameter class.
public DependencyCreatorParameter ( object creator ) : System
creator object The instance of the object requesting a dependency.
Результат System