Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ninject
Extensions
ChildKernel
Foo
C# 클래스 Ninject.Extensions.ChildKernel.Foo
A test object.
상속:
IFoo
파일 보기
프로젝트 열기: ninject/Ninject.Extensions.ChildKernel
공개 메소드들
메소드
설명
Foo
(
IBar
bar
,
string
name
)
Initializes a new instance of the
Foo
class.
메소드 상세
Foo()
공개
메소드
Initializes a new instance of the
Foo
class.
public
Foo
(
IBar
bar
,
string
name
)
bar
IBar
The injected bar object.
name
string
The name of the instance.