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

Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode 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 méthode

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one ) : CastleTests.Components
one IEmptyService
Résultat CastleTests.Components

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public méthode

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, A>.IDoubleGeneric two ) : CastleTests.Components
one IEmptyService
two A>.IDoubleGeneric
Résultat CastleTests.Components

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public méthode

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, IEmptyService two, IEmptyService three ) : CastleTests.Components
one IEmptyService
two IEmptyService
three IEmptyService
Résultat CastleTests.Components