C# 클래스 Ninject.Extensions.ContextPreservation.Fakes.NamedSword

A test implementation of INamedWeapon used in the unit tests
상속: Sword, INamedWeapon
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.ContextPreservation

공개 메소드들

메소드 설명
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.