Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Ninject
Extensions
ContextPreservation
Fakes
NamedDagger
C# Class Ninject.Extensions.ContextPreservation.Fakes.NamedDagger
A test implementation of
INamedWeapon
used in the unit tests
Inheritance:
Dagger
,
INamedWeapon
显示文件
Open project: ninject/Ninject.Extensions.ContextPreservation
Public Methods
Method
Description
NamedDagger
(
string
name
)
Initializes a new instance of the
NamedDagger
class.
Method Details
NamedDagger()
public
method
Initializes a new instance of the
NamedDagger
class.
public
NamedDagger
(
string
name
)
name
string
/// The name of the weapon. ///