C# Class Castle.MicroKernel.Tests.ClassComponents.ThreeEmptyServiceDependenciesPropertyAndManyCtors

Show file Open project: castleproject/Windsor

Public Methods

Method Description
ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one ) : CastleTests.Components
ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, A>.IDoubleGeneric two ) : CastleTests.Components
ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, IEmptyService two, IEmptyService three ) : CastleTests.Components

Method Details

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public method

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one ) : CastleTests.Components
one IEmptyService
return CastleTests.Components

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public method

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, A>.IDoubleGeneric two ) : CastleTests.Components
one IEmptyService
two A>.IDoubleGeneric
return CastleTests.Components

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public method

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, IEmptyService two, IEmptyService three ) : CastleTests.Components
one IEmptyService
two IEmptyService
three IEmptyService
return CastleTests.Components