Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Ninject
Extensions
ChildKernel
Bar
C# Class Ninject.Extensions.ChildKernel.Bar
Another test object
Inheritance:
IBar
,
IInitializable
ファイルを表示
Open project: ninject/Ninject.Extensions.ChildKernel
Public Methods
Method
Description
Bar
(
string
name
)
Initializes a new instance of the
Bar
class.
Initialize
( ) :
void
Initializes the instance. Called during activation.
Method Details
Bar()
public
method
Initializes a new instance of the
Bar
class.
public
Bar
(
string
name
)
name
string
The name of the instance.
Initialize()
public
method
Initializes the instance. Called during activation.
public
Initialize
( ) :
void
return
void