Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Ninject
Extensions
ChildKernel
Baz
C# Class Ninject.Extensions.ChildKernel.Baz
A test class
Mostra file
Open project: ninject/Ninject.Extensions.ChildKernel
Public Methods
Method
Description
Baz
( )
Initializes a new instance of the
Baz
class.
Baz
(
IBar
bar
)
Initializes a new instance of the
Baz
class.
Method Details
Baz()
public
method
Initializes a new instance of the
Baz
class.
public
Baz
( )
Baz()
public
method
Initializes a new instance of the
Baz
class.
public
Baz
(
IBar
bar
)
bar
IBar
The injected bar object.