C# Class Ninject.Extensions.ContextPreservation.Fakes.NamedDagger

A test implementation of INamedWeapon used in the unit tests
Inheritance: Dagger, INamedWeapon
Mostrar archivo 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. ///