C# Класс Ninject.Extensions.ContextPreservation.Fakes.NamedSword

A test implementation of INamedWeapon used in the unit tests
Наследование: Sword, INamedWeapon
Показать файл Открыть проект

Открытые методы

Метод Описание
NamedSword ( string name, IJewel jewel )

Initializes a new instance of the NamedSword class.

Описание методов

NamedSword() публичный Метод

Initializes a new instance of the NamedSword class.
public NamedSword ( string name, IJewel jewel )
name string The name of the weapon.
jewel IJewel A enhancement for a weapon.