C# 클래스 Ninject.Extensions.DependencyCreation.DependencyCreationDirective

This directive defines that upon activation of the object a dependency has to be created.
상속: IDirective
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.DependencyCreation

공개 메소드들

메소드 설명
DependencyCreationDirective ( Type dependencyType ) : System

Initializes a new instance of the DependencyCreationDirective class.

메소드 상세

DependencyCreationDirective() 공개 메소드

Initializes a new instance of the DependencyCreationDirective class.
public DependencyCreationDirective ( Type dependencyType ) : System
dependencyType System.Type Type of the dependency.
리턴 System